美文网首页
Error:"Property follows Coc

Error:"Property follows Coc

作者: iOSser | 来源:发表于2016-06-02 11:34 被阅读20次

1.出现该问题的示例代码:

//新品图标

@property (nonatomic, strong) UIImage *newGoodsImage;

//新品Label

@property (nonatomic, strong) UILabel *newGoodsLabel;

2.报错的截图:

图一

3.解决办法:

最简单的办法是修改我们定义属性的名称:

不能以new, copy, alloc, 等关键字开头!

相关文章

网友评论

      本文标题:Error:"Property follows Coc

      本文链接:https://www.haomeiwen.com/subject/uxckdttx.html