ios 不支持屏幕旋转

1 //不支持屏幕旋转
2 - (NSUInteger)supportedInterfaceOrientations 3 { 4 return UIInterfaceOrientationMaskPortrait; 5 }

 

原文地址:https://www.cnblogs.com/wangshengl9263/p/3257309.html