Tagged Questions
1
vote
5answers
2k views
didSelectRowAtIndexPath with section
I have a UITableView which I have assigned sections. When using didSelectRowAtIndex with indexPath.row I am not getting the correct value. Let's say I'm in section 2, then it starts the row index at 0 ...
1
vote
1answer
1k views
-didSelectRowAtIndexPath not working for me. iPhone SDK 3
Hey everyone. I am trying to incorporate a simple UINavigationController into my tab bar application. I have the TabBar set as the root controller and all seems to work fine. This method is called ...