gpt4 book ai didi

ios - UITableview:无法从其数据源获取单元格

转载 作者:行者123 更新时间:2023-12-01 20:01:22 25 4
gpt4 key购买 nike

我收到此错误消息:failed to obtain a cell from its dataSource
奇怪的是
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
甚至没有被调用,问题不在于返回的单元格为零。我设置了断点。 cellForRowAt不被叫。
numberOfRowsInSection返回值。

我不知道它是否相关,但现在我不使用UITableViewController , 我只有一个 UIViewController ,它是datasourcedelegate对于UITableView .我希望它不会造成干扰。任何的想法?

最佳答案

交叉检查以下检查 list :-

  • 这是因为您未能使可重复使用的单元格出列。
  • 问题是您的 cellForRowAtIndexPath 函数嵌入在另一个函数中
  • 当您忘记将 UITableViewDataSource 和 UITableViewDelegate 协议(protocol)添加到 ViewController declaration .

  • 类 DataViewController:UIViewController、UITableViewDataSource、UITableViewDelegate

    关于ios - UITableview:无法从其数据源获取单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39902614/

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