gpt4 book ai didi

ios - 具有动态原型(prototype)内容和多部分的 UITableView

转载 作者:可可西里 更新时间:2023-11-01 00:53:22 27 4
gpt4 key购买 nike

在 xCode 6.1.1 界面生成器中,当我选择“动态原型(prototype)”类型的 UITableView 内容时,我无法再选择拥有多个部分,知道如何拥有包含多个部分和动态原型(prototype)的表格吗?

最佳答案

无法在界面构建器中找到实现它的方法,但我通过为 UITableView 内容选择“动态原型(prototype)”解决了这个问题,然后在 UITableViewController 中添加了这个:

override func numberOfSectionsInTableView(tableView: UITableView) -> Int {
return N // number of required sections
}

现在,当我有多个部分时,我可以获得我的原型(prototype)单元格:

let cell = tableView.dequeueReusableCellWithIdentifier("cellIdentifier") as UITableViewCell

希望这对其他人也有帮助。

关于ios - 具有动态原型(prototype)内容和多部分的 UITableView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28693975/

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