iphone - action for selecting an index in an indexed uitableview -
In my section, sectionInndexTitlesForTableView has been applied to my controller class. When I chose an index, I had to have my custom action. Is there any way to do this?
I think what you want, when you select an item in the table?
Apply delegation method
- (zero) table view: (UITableView *) table view was SelectionRowAtIndexPath: (NSIndexPath *) indexPath
Comments
Post a Comment