gpt4 book ai didi

ios - UILabel 创建后始终为 nil

转载 作者:行者123 更新时间:2023-11-28 06:28:09 25 4
gpt4 key购买 nike

<分区>

我有一个 View Controller ,我想在其中以编程方式添加一个 UILabel。

class ViewControler: UIViewController {
private weak var titleLabel: UILabel!

override func loadView() {
super.loadView()
titleLabel = UILabel()
print(titleLabel)
self.view.addSubView(titleLabel)
}
}

我不知道为什么,但是当我执行 print 语句时,titleLabel 始终为 nil。与 tableView 或 button 相同。我正在使用 Xcode 8 和 Swift 3。

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