ViewController1使用纵向方向。 ViewController2使用横向方向。如果我使用:
[[UIApplication sharedApplication] setStatusBarOrientation: UIInterfaceOrientationPortrait];
我的应用会被拒绝吗?如果我不能使用此电话,我的另一个选择是什么?仅仅旋转图像是不够的,因为我需要以正确的方向使用操作表和警告提示。
答案 0 :(得分:1)
根据课程文档(http://developer.apple.com/library/ios/#documentation/uikit/reference/UIApplication_Class/Reference/Reference.html),它似乎是API的文档化部分,因此可以设置。