gpt4 book ai didi

ios - 自定义 TableViewCell 内容在 ios9 xcode7 上不可见

转载 作者:可可西里 更新时间:2023-11-01 03:59:03 24 4
gpt4 key购买 nike

iOS9 升级似乎破坏了我所有的自定义 tableviewcell。它们只显示具有正确高度的 tableviewcell,但里面的所有元素都丢失了。

布局在 iOS 8 和 iOS 7 设备上完美运行。

这是我的 Storyboard 的截图 Storyboard with a custom tableviewcell dummycell with a label

然而,当它出现在设备上时,只显示背景颜色。

It shows only the content view

 func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {


let cell = tableView.dequeueReusableCellWithIdentifier("DummyCell", forIndexPath: indexPath) as! DummyCell
cell.label.text = "DummyLabel"
return cell
}

有人遇到过类似的 ios 9 问题吗?

最佳答案

我们遇到了同样的问题。检查您的 Storyboard 中的约束。在我们的案例中,某些配置在 iOS 9 上不起作用。

关于ios - 自定义 TableViewCell 内容在 ios9 xcode7 上不可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32506453/

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