gpt4 book ai didi

ios - Swift - UIAppearance 类

转载 作者:行者123 更新时间:2023-11-28 10:38:55 28 4
gpt4 key购买 nike

我的 Storyboard 中的标签通过 IBOutlet 连接到我的 View Controller

我已经如下扩展了 UILabel

extension UILabel {
func winnerLabel() -> UILabel {
let winnerLabel = UILabel()
winnerLabel.textColor = UIColor.red
winnerLabel.textAlignment = .left

return winnerLabel
}
}

在我的 View Controller 中,我想将 Storyboard 中的标签设置为与 winnerLabel 具有相同的外观。

为 winnerLabel 设置标签样式属性的最佳方法是什么?

我可以单独做它们,即 textColor = winnerLabel.text color,但我认为一定有更好的方法。

最佳答案

不要使用函数。使用使用所需功能初始化自身的 UILabel 子类,并使 Storyboard中的标签成为该子类的实例。

关于ios - Swift - UIAppearance 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51776578/

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