UITableViewController vs UIViewController

后端 未结 3 1966
夕颜
夕颜 2021-02-04 00:57

What all does UITableViewController get me that makes it actually useful? Is there any bonus is using it instead of just using a UIViewController for v

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-04 01:17

    Nothing more then the boilerplate code ready for setting the data source and connection to your tableView object, some getters and setter to make your life easy if you not want to put your effort to do the same thing which is available.

    But in your case for SubClass its not fit to have UItableViewController

提交回复
热议问题