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_第1张图片
在重写tabBar的代理的时候遇到了一个警告。
解决方法:
在.m文件中
Auto property synthesis will not synthesize property 'delegate'; it will be implemented by its super_第2张图片
警告消失

你可能感兴趣的:(代理,重写)