I have sectionIndexTitlesForTableView implemented in my controller class.
when I selected an index, I want to have my custom action.
Is there a way to do it?
I have sectionIndexTitlesForTableView implemented in my controller class. when I selected an index, I
Share
I think what you are wanting is something to happen when you select an item in the table?
implement the delegate method
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath