strong weak assign copy等修饰词什么时候用

来源:互联网 发布:下载打印机软件 编辑:程序博客网 时间:2024/05/02 05:25
//strong  oc对象//weak  UI控件 ,代理对象//assign  基本类型  数值类型 BOOL 结构体  枚举//copy 字符串@property (weak, nonatomic) IBOutlet UILabel *countView;@property (weak, nonatomic) IBOutlet UIButton *coinView;@property (weak, nonatomic) IBOutlet UILabel *titleView;@property (weak, nonatomic) IBOutlet UIButton *iconView;

3 0
原创粉丝点击