【发布时间】:2011-09-12 09:40:12
【问题描述】:
我想知道如何在UILabel 中将NSString 的子字符串设置为粗体?
例如:我在UILabel 中有一个字符串,比如,
*Apply to a bill of $16 or more
我想把“$16”加粗。
谢谢....
【问题讨论】:
-
例如尝试搜索“富文本uilabel”,这里有很多类似的问题:stackoverflow.com/questions/3586871/…
标签: iphone objective-c nsstring uilabel