Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using a UITableView subclass with a UITableViewController

How can I tell my UITableViewController to use my custom UITableView subclass for it's tableView instead of a regular UITableView?

like image 506
Michael Waterfall Avatar asked May 17 '09 16:05

Michael Waterfall


1 Answers

Set the UITableViewController.tableView property to an instance of your custom UITableView subclass.

like image 128
Amber Star Avatar answered Oct 20 '22 01:10

Amber Star