标签: iphone cocoa-touch uikit
在UIFont中,我找不到颜色属性。例如,使字体显示为绿色的诀窍是什么?
答案 0 :(得分:3)
您想要的是属于textColor的{{1}}属性 - UILabel依赖于其他类(如UIFont)来提供其他与GUI相关的属性,例如文字的颜色。
textColor
UILabel
UIFont
更多信息here。
答案 1 :(得分:0)
不是在UIFont中设置颜色,而是设置UILabel的{{1}}属性,即textColor。