How to make the whole UITableView cell respond to cranes?

Here is what my view controller looks like:

enter image description here

When I launch the application, only a small information icon will respond to clicks. Taps elsewhere in the cell are ignored. How to make clicks the whole cell?
I don’t even want the information icon to be there, but this is the only way I can go to the detailed view, at present ... If I change the accessory setting of the cell to “No” to get rid of the information / Detailed disclosure icon ", then the cell will not respond to taps at all.

EDIT:
. cellForRowAtIndexPath, . , seque , prepareForSeque: sender , / , ...

, prepareForSeque , (, )...

prepareForSeque ( iMani), .

PrepareForSeque, /, executeSegueWithIdentifier: sender. , , , prepareForSeque...

+1
4

, seque. , .

0

, :

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

:

Apple Docs

0

UITableView, cel

, , tableview setdelegate self setdatasource UITableViewDelegate, UITableViewDataSource (.h)

-(void) tableView:(UITableView *)_tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
0

tableview xib..? " " ""

enter image description here

, didSelectRowAtIndexPath: .

0

All Articles