【发布时间】:2012-12-03 19:02:14
【问题描述】:
我正在使用:
- (NSUInteger)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskPortrait;
}
如何在 iOS6 中将其用于 Portrait 和 Upside down?
这适用于横向左侧UIInterfaceOrientationMaskLandscapeLeft
这个是横向的UIInterfaceOrientationMaskLandscapeRight
这适用于两种风景UIInterfaceOrientationMaskLandscape
【问题讨论】:
标签: iphone objective-c xcode ios6 uiinterfaceorientation