今天在XCode6.3上面重写TabBar的时候,自定义tabBar的代理遇到的一个问题 
在重写tabBar的代理的时候遇到了一个警告。 
解决方法: 
在.m文件中 
 
警告消失
版权声明:本文为博主原创文章,未经博主允许不得转载。
Auto property synthesis will not synthesize property 'delegate'; it will be implemented by its super
原文:http://blog.csdn.net/u011068996/article/details/46788085