iOS-Auto property synthesis will not synthesize property 'delegate'; it will be implemented by its super
今天在XCode6.3上面重写TabBar的时候,自定义tabBar的代理遇到的一个问题
在重写tabBar的代理的时候遇到了一个警告。
解决方法:
在.m文件中
警告消失。
今天在XCode6.3上面重写TabBar的时候,自定义tabBar的代理遇到的一个问题
在重写tabBar的代理的时候遇到了一个警告。
解决方法:
在.m文件中
警告消失。