摘要: //在[UIDevice currentDevice]中的属性 @property(nonatomic,readonly,strong) NSString *name; // e.g. "My iPhone" @property(nonatomic,readonly,strong) NSString 阅读全文
posted @ 2016-03-08 10:39 超超不会飞55 阅读(867) 评论(0) 推荐(0) 编辑
摘要: 在github上寻找的经典demo //以view为继承类 LazyFadeInView-master https://github.com/itouch2/LazyFadeInView //以Label为继承类 RQShineLabel-master https://github.com/zipm 阅读全文
posted @ 2016-03-08 10:30 超超不会飞55 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 富文本,顾名思义就是丰富的文本格式,本文demo使用NSMutableAttributedString AttributedString的创建方式,下面研究下AttributedString究竟可以设置哪些属性,具体来说,有以下21个: // NSFontAttributeName 设置字体属性,默 阅读全文
posted @ 2016-03-08 10:24 超超不会飞55 阅读(5279) 评论(1) 推荐(0) 编辑