我在用:
- (NSUInteger)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskPortrait;
}
我将如何在 iOS6 中将其用于 Portrait 和 Upside down?
这适用于左侧景观UIInterfaceOrientationMaskLandscapeLeft
这对于景观权利UIInterfaceOrientationMaskLandscapeRight
这适用于两种风景UIInterfaceOrientationMaskLandscape