如何告诉UITableViewController将自定义UITableView子类用于tableView而不是常规的UITableView

最佳答案

将UITableViewController.tableView属性设置为自定义UITableView子类的实例。

关于iphone - 将UITableView子类与UITableViewController一起使用,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/874906/

10-11 15:37