I need to call a method and pass an object from my custom UITableViewClass
implementation to my UITableViewController
class. I realize creating an instance of the tableViewController in the custom tableViewCell and calling tableViewController's method is a bad practice.
What is the proper way of doing this?