标签:
使用UITextView 要属性NSTextStorage
类型
@property (nonatomic, readonly) NSTextStorage *textStorage;
NSTextStorage 是NSMutableAttributedString的一个子类
利用NSTextStorage
更简洁的修改UITextView
的更新,例如字体颜色。
标签:
原文地址:http://www.cnblogs.com/firstrate/p/5597614.html