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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -