Rotating view controllers within a hierarchy of Tab Bar Controller -> Navigation Controller -> View Controller
问题 My app has a view controller hierarchy set up like this: UITabBarController | UINavigationController | | | UIViewController | UINavigationController | UIViewController All of my view controllers that are within this hierarchy override the method: - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation and return YES - therefore the view controller should be able to rotate to any rotation - even upside down. However, within this setup none of the view