Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我曾经问过的最愚蠢的问题,但我的视图顶部出现了一个蓝色条,我不知道为什么或如何摆脱它。该视图只是一个 UIView,而不是表格或导航,它只是一个空白视图,但是当我在模拟器中运行应用程序时,顶部会出现一个导航或工具栏大小的蓝色条。如果您知道为什么会有这个该死的东西,我将不胜感激。
试试这个在视图里面会出现方法:
self.navigationController.navigationBarHidden = YES;