UITableViewController

Dear MOE team,

I want to add a static tableview and when i implement tableViewDidSelectRowAtIndexPath after clicking on a cell it throw this error!

Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[HomeMoreViewController tableView:didSelectRowAtIndexPath:]: unrecognized selector sent to instance 0x79053ac0’

Regards,
Saeed.

Dear MOE team,

I found that the problem is ios has not a super method of tableViewDidSelectRowAtIndexPath method, and when you call the super method crash the application (in my idea its better to abstract this method its so stupid way :smiley: )

Refrence:
this

Regards,
Saeed.