IOS6 rotation issue
问题 I know you have to use the new rotation methods for IOS6, but it seems the method I've written doesn't work. I setted my plist file to allow all rotation but not portraitUpsideDown I then had the following in my appDelegate : self.navController = [[UINavigationController alloc] initWithRootViewController:self.viewController]; [self.window setRootViewController:navController]; //add nav controller to be the root view Then in my rootView, to push to another controller, I have: