使用setStatusBarOrientation会导致我的应用被苹果拒绝吗?

3

ViewController1使用竖屏方向,ViewController2使用横屏方向。如果我使用:

[[UIApplication sharedApplication] setStatusBarOrientation: UIInterfaceOrientationPortrait];

我的应用会被拒绝吗?如果我不能使用这个调用,还有其他选项吗?仅仅旋转图片是不够的,因为我需要在正确的方向上使用操作表和警报提示。

1个回答

1

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接