Tabbar Nav app, allowing one view to rotate while others do not
问题 I have a tab bar application in which i have 3 diffrent views each with there own view controller. In the tab bar code i have this, to handle rotation. #import "RotatingTabBarController.h" @implementation RotatingTabBarController // Override to allow orientations other than the default portrait orientation. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { return [self.selectedViewController shouldAutorotateToInterfaceOrientation