@property (strong,nonatomic) IBOutlet UItableVIEw *tableVIEw;
这在’.m’文件中被声明.
iOS8.3中发生了什么变化,使其成为警告?
auto property synthesis will not synthesize property 'tableVIEw'; it will be implemented by its superclass,use @dynamic to ackNowledge intention解决方法 如果您使用的是UItableVIEwController,那么tableVIEw已经被合成了. (即self.tableVIEw是UItableVIEwController的tableVIEw). 总结
以上是内存溢出为你收集整理的汽车财产综合不会合成财产 – 新的警告iOS8.3全部内容,希望文章能够帮你解决汽车财产综合不会合成财产 – 新的警告iOS8.3所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)