Is there any way to access the owning UITableView from within a UITableViewCell?
UITableView
UITableViewCell
UITableView *tv = (UITableView *) self.superview.superview; UITableViewController *vc = (UITableViewController *) tv.dataSource;