您的位置:首页 > 产品设计 > UI/UE

IOS Assigning to 'id<UITabBarControllerDelegate>' from incompatible type...

2015-05-11 08:17 1636 查看


提示把错误的类型赋值给UITabBarControllerDelegate,

处理方法:

把头文件修改,加上<UIWebViewDelegate>

@interface ViewController : UITabBarController<UITabBarControllerDelegate>

@property (strong, nonatomic) UIWindow *window;

@property (strong, nonatomic) UITabBarController *tabBarController;

@end
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐