在控制器的 .m 中实现
-(NSUInteger)supportedInterfaceOrientations{
return UIInterfaceOrientationMaskPortrait; //(竖屏)
}
UIInterfaceOrientationMaskLandscape //(横屏)
时间: 2024-10-05 18:00:35
在控制器的 .m 中实现
-(NSUInteger)supportedInterfaceOrientations{
return UIInterfaceOrientationMaskPortrait; //(竖屏)
}
UIInterfaceOrientationMaskLandscape //(横屏)