You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will you please help me ..... I tried to run after removing the NVSlideMenuController again the app crashed in the same method giving error [UITabBarController my_shouldAutorotate]: unrecognized selector sent to instance 0x79ecd420
The text was updated successfully, but these errors were encountered:
Hi I am using NVSlideMenuController for horizontal navigation for menu from link https://github.com/nverinaud/NVSlideMenuController but the program breaks at
{
if ([self respondsToSelector:@selector(cantAutorotate)] && self.cantAutorotate) {
return NO;
}
return [self my_shouldAutorotate];
}
will you please help me ..... I tried to run after removing the NVSlideMenuController again the app crashed in the same method giving error [UITabBarController my_shouldAutorotate]: unrecognized selector sent to instance 0x79ecd420
The text was updated successfully, but these errors were encountered: