UITableViewController inside a UIViewController

前端 未结 4 1353
借酒劲吻你
借酒劲吻你 2020-12-13 16:03

I\'m new to iOS and objective-C and I\'m having some trouble in understanding how controllers work.

In my code I have a UIViewController (with my custom controller a

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 16:43

    Add UITableViewController to storyboard, And create subclass (new file) of UITableViewController. In Storyboard go to Identity Inspector and in Class field type name of the subclass you created. After that you have to add your app logic based on your requirements.

提交回复
热议问题