How can I tell my UITableViewController to use my custom UITableView subclass for it\'s tableView instead of a regular UITableVi
UITableViewController
UITableView
tableView
UITableVi
Set the UITableViewController.tableView property to an instance of your custom UITableView subclass.