【发布时间】:2013-03-08 02:34:33
【问题描述】:
我想为我的完整视图设置自定义字体
我已经提到了以下内容 How do I set a custom font for the whole application?
但这仅建议标签的字体类型和字体大小 目前正在对所有增加冗余的标签使用以下代码 sn-p。
label.textColor = [UIColor blueColor];
[label setBackgroundColor:[UIColor clearColor]];
是否可以以类似的方式添加文本颜色和背景颜色?
【问题讨论】:
-
此问题可能与其他问题重复,但与它所标记的问题不同。