gpt4 book ai didi

iphone - UITableView 问题 : Keep on getting this runtime error unrecognised selector

转载 作者:行者123 更新时间:2023-12-03 19:34:01 27 4
gpt4 key购买 nike

我遇到了这个错误,导致我无法继续前进。我基本上有一个应用程序,其中包含一个指向各个 UIViewController 的 UITabViewController 。所以其中一个选项卡,我想实现一个基本的 TableViewController。

现在,无论我做什么,无论是剪切和粘贴实现 UITableView 的示例 UIViewController 代码,还是其他什么。或者甚至只是 Xcode 中的默认 UITableViewController 模板,我也会收到以下相同的错误:

2009-09-06 12:29:23.889 iKosher[12536:207] *** -[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0xe1d8d0
2009-09-06 12:29:23.891 iKosher[12536:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[UIViewController
tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0xe1d8d0'
2009-09-06 12:29:23.891 iKosher[12536:207] Stack: (
807902715,
2492915529,
808284155,
...

在 IB 中,我所做的就是将 UITableView 拖到 View 上,并将其委托(delegate)设置为指向文件所有者。

从这里我还能做什么?

最佳答案

确保 IB 中的 File's Owner 对象设置为您正在实现的 UITableViewController 子类的实例,并且它有一个链接到您的 TableView 的 tableView 导出。

关于iphone - UITableView 问题 : Keep on getting this runtime error unrecognised selector,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1384743/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com