質問

If you have no status bar is it still safe to check the orientation like this?

_orientation = [[UIApplication sharedApplication] statusBarOrientation];
役に立ちましたか?

解決

Yes. The status bar is always there, it is just hidden or showing. It's orientation still changes regardless of its visibility status, so that it is ready if you decide to unhide it and it doesn't need to rotate when you do.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top