gpt4 book ai didi

ios - 为什么 Storyboard 中的静态原型(prototype) UITableViewCells 显示为空白?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:19:41 25 4
gpt4 key购买 nike

我在 Storyboard中定义了静态原型(prototype) UITableCells、子类、 socket 等,但是当我运行应用程序并转到那个 View Controller /场景时,单元格在那里,但它们没有内容?

最佳答案

当您在 Storyboard 中设置带有静态原型(prototype)单元格的 TableView 时,您可以通过拖出 UITableViewController 然后对其进行子类化来实现。

问题在于 UITableViewController 非常有用,它提供了数据源方法供您覆盖。

习惯的力量让我进入那里并为那些数据源方法提供默认实现。

事实证明,您不仅不必提供数据源方法,而且如果您这样做,它们会干扰静态原型(prototype)单元格的正确显示。我刚刚注释掉了我的 View Controller 中的所有数据源方法,一切都开始正常显示。

关于ios - 为什么 Storyboard 中的静态原型(prototype) UITableViewCells 显示为空白?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12590811/

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