您的位置:首页 > 运维架构

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

2016-03-18 11:46 423 查看
//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;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: