gpt4 book ai didi

ios - 自定义类的 TableView 单元格返回 nil

转载 作者:行者123 更新时间:2023-11-28 19:32:31 26 4
gpt4 key购买 nike

我正在创建一个表格,并使用此代码生成单元格:

let cell2:iPRoutineSpecificCell = self.routineSpecificsTable.dequeueReusableCell(withIdentifier: "Cell2") as! iPRoutineSpecificCell

单元格包含一个标签。当我说

cell2.label.text = "Test"
return cell2

我得到错误:

fatal error: unexpectedly found nil while unwrapping an Optional value

我在应用程序的其他地方有这样的安排,而且工作正常。为什么这次不起作用?两个 View 之间的唯一区别是这个 View 包含两个表。但是,如果我使用:

cell2.textLabel?.text = "Test"

然后就可以了。

感谢任何帮助!

最佳答案

如果您有以下情况,请从 viewDidLoad 方法中删除此行:

self.tableView.registerClass(UITableViewCell.self, forCellReuseIdentifier: "cell")

关于ios - 自定义类的 TableView 单元格返回 nil,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42328167/

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