使ってます:
- (NSUInteger)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskPortrait;
}
iOS6のポートレートと逆さまにこれをどのように使用しますか?
これは左の風景に有効ですUIInterfaceOrientationMaskLandscapeLeft
そしてこれはランドスケープの権利ですUIInterfaceOrientationMaskLandscapeRight
そしてこれは両方の風景のためにUIInterfaceOrientationMaskLandscape