在push出的viewcontroller里面下面方法不會(huì)被執(zhí)行-(BOOL)shouldAutorotate{returnYES;}-(NSUInteger)supportedInterfaceOrientations{returnUIInterfaceOrientationMaskLandscapeLeft;}-(UIInterfaceOrientation)preferredInterfaceOrientationForPresentation{returnUIInterfaceOrientationLandscapeLeft;}
使用UITabBarController管理UINavigationController時(shí),Push出第三個(gè)界面時(shí)怎么橫屏?
慕村225694
2019-04-16 20:27:54