Tagged Questions
0
votes
2answers
2k views
iPhone - UITableView not calling didSelectRowAtIndexPath method in 3.0 SDK
I have an iPhone app that works fine in 2.x version of the SDK. When I upgraded to 3.0, the didSelectRowAtIndexPath method is no longer called, so the action when a user highlights a row doesn't ...