Apple会拒绝我的应用程序使用set StatusBarOrientation吗?

时间:2010-09-21 02:35:15

标签: iphone rotation orientation landscape portrait

ViewController1使用纵向方向。 ViewController2使用横向方向。如果我使用:

[[UIApplication sharedApplication] setStatusBarOrientation: UIInterfaceOrientationPortrait];

我的应用会被拒绝吗?如果我不能使用此电话,我的另一个选择是什么?仅仅旋转图像是不够的,因为我需要以正确的方向使用操作表和警告提示。

1 个答案:

答案 0 :(得分:1)

根据课程文档(http://developer.apple.com/library/ios/#documentation/uikit/reference/UIApplication_Class/Reference/Reference.html),它似乎是API的文档化部分,因此可以设置。