How to link Table dataSource and delegate outlets to UITableViewController?

后端 未结 3 996
挽巷
挽巷 2021-01-05 09:40

I\'m new to Swift/iOS development.

I have a UITableView in my storyboard that I want to populate with some data. In my attempt to do so, I

3条回答
  •  孤街浪徒
    2021-01-05 10:06

    In your storyboard, select the UITableView and change this to the name of your UITableViewController subclass. You then do not need to do any linking stuff.

提交回复
热议问题