gpt4 book ai didi

ios - 加载时不显示 UITableViewCell.detailTextLabel

转载 作者:搜寻专家 更新时间:2023-10-31 19:35:31 26 4
gpt4 key购买 nike

我正在加载一个 UITableViewController,我有以下内容:

override func viewWillAppear(animated: Bool) {
nameCell.detailTextLabel?.text = ApplicationUser.sharedInstance.profile.getFullName()!
}

如果我在进行上述调用后 println(nameCell.detailTextLabel?.text),则值设置正确。在第一次显示屏幕时,该值不显示,但是如果我导航到详细 View 然后返回到该屏幕,该值将按预期显示。为什么?

我正在模拟 iPhone 5s。

最佳答案

在 IB 中,我最初将 detailTextLabel 设置为“”或空白。为了解决这个问题,我在 IB 中设置了占位符文本,并在出现的 View 中填充了标签。

将标签设置为“”就足够了。

关于ios - 加载时不显示 UITableViewCell.detailTextLabel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25839748/

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