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