Auto property synthesis will not synthesize property 'delegate'; it will be implemented by its super

时间:2023-03-09 22:45:11
Auto property synthesis will not synthesize property 'delegate'; it will be implemented by its super

今天在XCode6.3上面重写TabBar的时候,自己定义tabBar的代理遇到的一个问题Auto property synthesis will not synthesize property 'delegate'; it will be implemented by its super

在重写tabBar的代理的时候遇到了一个警告。

解决方法:

在.m文件里

Auto property synthesis will not synthesize property 'delegate'; it will be implemented by its super

警告消失