11 2015 档案

摘要:1、创建一个继承UIView的类CommentTextView.h@interface CommentTextView : UIView@property(nonatomic,strong) UITextView *textView;@property (nonatomic,assign) CGFl... 阅读全文
posted @ 2015-11-16 14:25 我的style 阅读(688) 评论(1) 推荐(0)
摘要:开发iOS两年了,iOS技术一直在更新迭代,屏幕适配也有很多的实现方法。1、纯代码适配(定义两个宏获取当前屏幕的高和宽)#define SCREEN_HEIGHT [[UIScreen mainScreen] bounds].size.height //获得屏幕高度#define SCREEN_WI... 阅读全文
posted @ 2015-11-12 13:16 我的style 阅读(326) 评论(0) 推荐(0)