UINavigationController UITableViewController Doesn't execute didSelectRowAtIndexPath after pop

Posted by a432511 on Stack Overflow See other posts from Stack Overflow or by a432511
Published on 2010-03-17T03:18:55Z Indexed on 2010/03/17 3:21 UTC
Read the original article Hit count: 354

Filed under:
|

I have a UINavigationController that is handling UITableViewController instances. The problem I have is that after the "back" button is pushed and the previous view controller is slid into place, the tableview no longer triggers the didSelectRowAtIndexPath event method.

Its almost as if its cached or something.

Any tips?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about objecive-c