I have a UITableView populated with a location-based datasource. I’m calling [self updateView]; to manually refresh the view after the location is found which works fine…but for some reason the didSelectRowAtIndexPath method isn’t getting called. Any ideas of why it’s not working?
Code snippet: http://pastie.org/464300
Ensure that the delegate property of your tableView is set.
slf said:
-respondsToSelector: will detect methods that are not exposed in the interface.