문제

ViewController1 uses portrait orientation. ViewController2 uses landscape orientation. If I use:

[[UIApplication sharedApplication] setStatusBarOrientation: UIInterfaceOrientationPortrait];

Will my app get rejected? If I can't use this call, what is my other option? Simply rotating the images won't be sufficient since I need to use action sheets and alert prompts in the correct orientation.

도움이 되었습니까?

해결책

According to the class documentation (http://developer.apple.com/library/ios/#documentation/uikit/reference/UIApplication_Class/Reference/Reference.html) it would appear to be a documented part of the API and therefore valid to set.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top