strong & weak 的理解
摘要:
1 import "ViewController.h" 2 3 @interface ViewController () 4 /*weak*/ 5 @property (nonatomic,weak)UISwitch *weakSwitch; 6 /*strong*/ 7 @property (nonatomic ,strong)UISwitch *strongSw... 阅读全文
posted @ 2016-07-29 13:40 Hello_IOS 阅读(697) 评论(0) 推荐(0)
浙公网安备 33010602011771号