gpt4 book ai didi

ios - 在 collectionViewCell 中填充 tableView

转载 作者:行者123 更新时间:2023-11-28 15:47:02 25 4
gpt4 key购买 nike

我正在尝试在 UICollectionViewCell 中创建一个 UITableView。我的目标是在我的 CollectionViewCell 中实现一个 TableView ,并用简单的数据填充我的 TableView 。我想创建填充不同类别数据的 tableView 页面。

我认为这将是一项相对容易的任务,但是我收到了威胁 1:信号 SIGABRT 错误。调试器是打印件

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:

'-[TableViewMockUp.ViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x100b07cc0'

我不确定这个错误告诉我什么。当我查看我的 ViewController 内部时,我没有 tableView numberOfRowsInSection 方法。

如果你想看一下,我有 Git 上的项目:https://github.com/cyrilivargarcia/TableViewMockUp

下面是我的 ViewController 类的快照 enter image description here

这是我的 CollectionViewClass 的快照,它是我创建 TableView 的地方。 enter image description here

关于如何解决这个问题有什么想法吗?

最佳答案

-[TableViewMockUp.ViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x100b07cc0

I am not sure what this error is telling me. When I look inside my ViewController I don't have a tableView numberOfRowsInSection method.

您说到了要点。错误告诉您“您没有 numberOfRowsInSection 方法”,而您的回复是“我没有”

所以...您只需要将该方法添加到您的 View Controller :)

编辑:审查您的代码后,针对您的具体情况进行澄清...

您的 TableView Delegate 和 DataSource 连接到错误的东西。

  • 在 IB 中,选择您的 TableView ...
  • 在“实用程序” Pane 中,选择“显示连接检查器”
  • 单击小“x”删除当前的 Delegate 和 DataSource 连接
  • 拖到 Document Outline 树中的 CollectionCell

应该可以了!

关于ios - 在 collectionViewCell 中填充 tableView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42879907/

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