tableview - unrecognized selector didSelectRowAtIndexPath tableview - unrecognized selector didSelectRowAtIndexPath xcode xcode

tableview - unrecognized selector didSelectRowAtIndexPath


The call to super in tableView:didSelectRowAtIndexPath: is unnecessary. If I remember correctly, UITableViewController does not provide a default implementation of that method. Thus, your call to super results in a crash.