定义属性的关键字
摘要:
1.strong :除NSString/block以外的OC对象 @property(nonatomic,strong) NSArray *2.weak:各种UI控件(但不是绝对,也有控件要使用strong属性的) @property (nonatomic,weak) UIButton *butt... 阅读全文
posted @ 2015-10-20 01:21 chy_G 阅读(281) 评论(0) 推荐(0)
posted @ 2015-10-20 01:21 chy_G 阅读(281) 评论(0) 推荐(0)
posted @ 2015-10-15 14:40 chy_G 阅读(177) 评论(0) 推荐(0)