self.navigationController 中的UINavigationBar 不出现。我将 IB 中的顶部栏设置为“黑色导航栏”,它显示在 IB 上,但仍未出现在设备上。
Best Answer-推荐答案 strong>
你在使用 Storyboard吗?然后导航栏没有显示,因为您的 rootviewcontroller 没有包装在导航 Controller 中
您可以通过在 Storyboard 中选择 View Controller 来解决此问题,然后按“编辑器 > 嵌入 > 导航 Controller ”
关于ios - UINavigationBar 没有出现,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/21403194/
|