汽车财产综合不会合成财产 – 新的警告iOS8.3

在更新到iOS8.3之后,我开始收到一些新的警告,不在iOS8.2上.一个特别是我的眼睛;
@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).

相关文章

当我们远离最新的 iOS 16 更新版本时,我们听到了困扰 Apple...
欧版/美版 特别说一下,美版选错了 可能会永久丧失4G,不过只...
一般在接外包的时候, 通常第三方需要安装你的app进行测...
前言为了让更多的人永远记住12月13日,各大厂都在这一天将应...