IPhone6/6plus landscape status bar hidden

霸气de小男生 提交于 2019-12-13 04:55:00

问题


This is an extension of this thread regarding displaying status bar for iOS8. Unfortunately, I needed to enable my apps to display the status bar on landscape orientation regardless of fixed or rotated.

With my answer on this thread, the behaviour on the iPhone6 Simulator (not sure on actual device for now) the status bar doesn't get displayed. Yet when the application is resumed from other application or home screen it gets displayed. Is this normal?


回答1:


No that is not normal, however you should not be greatly concerned if you are running a beta version of XCode 6. If you are running the final version however, I would recommend creating a new project after ensuring that XCode is updated and test if the simulator is giving the same results. Try simulators for other devices as well. If none of that works, it is something related to the code. Keep in mind that the simulator does not necessarily emulate an actual device identically, I had an orientation bug in one of my apps that did not occur on the final device recently.



来源:https://stackoverflow.com/questions/26174696/iphone6-6plus-landscape-status-bar-hidden

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!