2012-10-04 24 views

回答

1

这解决了这个问题的方向在iOS 6中

-(NSUInteger)supportedInterfaceOrientations{ 
return UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight; 

} 
0

实现在视图控制器的supportedInterfaceOrientations方法没有帮助。

一种解决方法是选择“Universal”(iPhone + iPad)作为目标设备。

相关问题