我使用情节提要创建了应用程序。我的应用程序有一个表格、一些按钮和标签。
当我尝试运行我的应用程序模拟器时会产生错误:Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x719de00'
UIViewController tableView:numberOfRowsInSection:
意味着我不能将“numberOfRowsInSection”与“UIViewController”一起使用?
我尝试改用“UITableViewController”,但使用此控制器,我无法在正确的位置找到按钮和标签。
我做错了什么?
谢谢。