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