iPhone SDK: selectRowAtIndexPath with delegate methods
- by norskben
Hi SO
I am using selectRowAtIndexPath to select a tableview in the same ViewController class, but this does not run the delegate methods, eg: tableView:didSelectRowAtIndexPath
I would like these delegate methods to also be called. Is there another API call I can be using?
Thanks
From the apple docs:
…