There is a delegate method, where you can put the code once you tap on the row of tableview. - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ } Cheers Reply ↓
i just to want to tap on the row of tableview display.
There is a delegate method, where you can put the code once you tap on the row of tableview.
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
}
Cheers