2016-10-24 13:50发布
能否用富文本吗?怎样实现,比如说 “1时1分1秒” 怎样让里面的“1”显示为14像素,汉字显示为12像素
用富文本NSMutableAttributedString
可以用富文本的,通过富文本获取到NSMutableAttributedString对象,对于UILabel来说提供了一个属性@property(nullable, nonatomic,copy) NSAttributedString *attributedText直接将生成的NSMutableAttributedString对象赋值给attributedText这个属性就行。
@property(nullable, nonatomic,copy) NSAttributedString *attributedText
最多设置5个标签!
付费偷看金额在0.1-10元之间
用富文本NSMutableAttributedString
可以用富文本的,通过富文本获取到NSMutableAttributedString对象,对于UILabel来说提供了一个属性
@property(nullable, nonatomic,copy) NSAttributedString *attributedText
直接将生成的NSMutableAttributedString对象赋值给attributedText这个属性就行。
一周热门 更多>