自定义tabbar时,声明代理时报警告


原因是自定义的tabbar,没有继承系统的UITabBarDelegate
解决:
1,将自定义代理继承系统的代理

2,xcode会认为自定义的delegate与系统UITabBar的delegate重名,在.m中加@dynamic delegate;警告消除

自定义tabbar时,声明代理时报警告
原因是自定义的tabbar,没有继承系统的UITabBarDelegate
解决:
1,将自定义代理继承系统的代理
2,xcode会认为自定义的delegate与系统UITabBar的delegate重名,在.m中加@dynamic delegate;警告消除
本文标题:Property type 'id
本文链接:https://www.haomeiwen.com/subject/ytlunctx.html
网友评论