Using a UITableView subclass with a UITableViewController

后端 未结 3 992
独厮守ぢ
独厮守ぢ 2021-01-04 03:07

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

3条回答
  •  抹茶落季
    2021-01-04 04:11

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

提交回复
热议问题