UITableView woes: Keep on getting this runtime error unrecognised selector

后端 未结 4 1163
后悔当初
后悔当初 2021-01-06 16:37

HI guys,

I have this error that is keeping me from moving forward. I basically have an application which contains a UITabViewController which points to individual UI

4条回答
  •  旧时难觅i
    2021-01-06 17:27

    Make sure that the File's Owner object in IB is set to be an instance of the UITableViewController subclass that you're implementing, and that it has a tableView outlet that's linked to your table view.

提交回复
热议问题