Question

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

_orientation = [[UIApplication sharedApplication] statusBarOrientation];
Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top