TableView 与 Tab Bar 的问题?

发布于 2024-08-27 09:01:58 字数 982 浏览 6 评论 0原文

我创建了一个 tableView,它在单个视图应用程序中工作得很好,但是当我更改了选项卡栏控制器的视图控制器并点击带有表视图的视图选项卡时,我突然得到了这个!出了什么问题?

[Session started at 2010-03-28 15:30:15 +0100.]
2010-03-28 15:30:17.763 LogbookTable[13473:207] *** -[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x3b14d10
2010-03-28 15:30:17.765 LogbookTable[13473:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x3b14d10'
2010-03-28 15:30:17.766 LogbookTable[13473:207] Stack: (
    29303899,
    2465178889,
    29685819,
    29255286,
    29107906,
    4372518,
    4379894,
    4378891,
    3095430,
    3035941,
    3077376,
    3065931,
    55820976,
    55820399,
    55818438,
    55817530,
    2739877,
    2763572,
    2745983,
    2773089,
    37399897,
    29088640,
    29084744,
    2739733,
    2777007,
    10496,
    10350
)

I created a tableView which worked fine in a single view app but as soon as I changed the view controller for a Tab Bar Controller and tapped the tab for the view with the table view in I suddenly get this! What has gone wrong?

[Session started at 2010-03-28 15:30:15 +0100.]
2010-03-28 15:30:17.763 LogbookTable[13473:207] *** -[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x3b14d10
2010-03-28 15:30:17.765 LogbookTable[13473:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x3b14d10'
2010-03-28 15:30:17.766 LogbookTable[13473:207] Stack: (
    29303899,
    2465178889,
    29685819,
    29255286,
    29107906,
    4372518,
    4379894,
    4378891,
    3095430,
    3035941,
    3077376,
    3065931,
    55820976,
    55820399,
    55818438,
    55817530,
    2739877,
    2763572,
    2745983,
    2773089,
    37399897,
    29088640,
    29084744,
    2739733,
    2777007,
    10496,
    10350
)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

春夜浅 2024-09-03 09:01:58

你在某个地方有一个 UIViewController,它应该是一个 UITableViewController。检查 Interface Builder 中的视图层次结构。

You have an UIViewController somewhere, that should be an UITableViewController. Check your view hierarchy in Interface Builder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文