码迷,mamicode.com
首页 > 其他好文 > 详细

测试1

时间:2016-06-19 11:26:40      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

UITextView

Set its text and attributes via its NSMutableAttributedString

使用UITextView 要属性NSTextStorage类型

@property (nonatomic, readonly) NSTextStorage *textStorage;

NSTextStorage 是NSMutableAttributedString的一个子类
利用NSTextStorage更简洁的修改UITextView的更新,例如字体颜色。

View Controller Lifecycle 

测试1

标签:

原文地址:http://www.cnblogs.com/firstrate/p/5597614.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!