-didSelectRowAtIndexPath: not being called
I’m writing an iOS app with a table view inside a tab view. In my UITableViewController, I implemented -tableView:didSelectRowAtIndexPath:, but when I select … Read more
I’m writing an iOS app with a table view inside a tab view. In my UITableViewController, I implemented -tableView:didSelectRowAtIndexPath:, but when I select … Read more
I’m having an issue with UITableView’s didSelectRowAtIndexPath. My table is setup so that when I select row it initializes a new view controller … Read more
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more