Open JokerMing opened 8 years ago
The error is: 'NSInvalidArgumentException', reason: '-[RESideMenu tabBar]: unrecognized selector sent to instance 0x7f873b053a00'
My code in didFinishLaunchingWithOptions is:
self.window = [[UIWindow alloc]initWithFrame:[UIScreen mainScreen].bounds]; self.window.backgroundColor = [UIColor whiteColor]; //侧滑菜单 YZTabBarController tabBarController = [[YZTabBarController alloc]init]; YZPesonalCenterViewController personalVC = [[YZPesonalCenterViewController alloc]init]; RESideMenu *container = [[RESideMenu alloc]initWithContentViewController:tabBarController leftMenuViewController:personalVC rightMenuViewController:nil];
please help me! thanks!
The error is: 'NSInvalidArgumentException', reason: '-[RESideMenu tabBar]: unrecognized selector sent to instance 0x7f873b053a00'
My code in didFinishLaunchingWithOptions is:
self.window = [[UIWindow alloc]initWithFrame:[UIScreen mainScreen].bounds]; self.window.backgroundColor = [UIColor whiteColor]; //侧滑菜单 YZTabBarController tabBarController = [[YZTabBarController alloc]init]; YZPesonalCenterViewController personalVC = [[YZPesonalCenterViewController alloc]init]; RESideMenu *container = [[RESideMenu alloc]initWithContentViewController:tabBarController leftMenuViewController:personalVC rightMenuViewController:nil];
please help me! thanks!