Using UITabBarController but status bar covers view

走远了吗. 提交于 2019-12-11 12:16:27

问题


Quoting from this: https://developer.apple.com/library/ios/qa/qa1797/_index.html

"Applications that use an opaque UINavigationController or UITabBarController automatically keep their content below the status bar."

My root view controller is a UITabBarController however when that loads a table view controller the status bar is covering it. Is this documentation therefore incorrect?

Note I'm not asking about how to solve this issue, there's plenty of questions about that already, I'm asking if the documentation is correct, and if it is they why is my content not below the status bar despite using a UITabBarController.

来源:https://stackoverflow.com/questions/36416330/using-uitabbarcontroller-but-status-bar-covers-view

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