I have a TableViewController and two subclasses of it, iPhoneTableViewController and iPadTableViewController.
My question is can I call didSelectRowAtIndex in TableViewController from both subclass?
My question is can I call didSelectRowAtIndex in TableViewController from both subclass?