UINavigationController UITableViewController Doesn't execute didSelectRowAtIndexPath after pop
- by a432511
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?