更新到 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