OStack程序员社区-中国程序员成长平台

标题: ios - 为 iOS7 准备的应用程序中出现奇怪的导航栏 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 16:09
标题: ios - 为 iOS7 准备的应用程序中出现奇怪的导航栏

我正在更新一个使用 iOS7 Split View的旧应用程序,但我遇到了一个奇怪的导航栏出现的问题。我这辈子都不知道它是从哪里来的!!我想要导航栏,这样我就可以添加栏按钮项,但我希望它们是透明的,因为 Split View背景图像提供了栏效果。

我已经尝试在主和细节 VC 中使导航栏透明,但无法让它消失。

enter image description here

enter image description here

为了帮助诊断它的来源,我将这行代码添加到应用程序委托(delegate)并得到以下结果,这让我更加困惑。

navigationController.navigationBarHidden = YES;

enter image description here

enter image description here

如果我在模拟器中运行相同的代码,条仍然存在,但它是亮紫色的!

enter image description here

有人见过这个吗?



Best Answer-推荐答案


使导航栏透明。

navigationController.navigationBar.translucent = YES;
navigationController.navigationBar.barTintColor = [UIColor clearColor];

关于ios - 为 iOS7 准备的应用程序中出现奇怪的导航栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19810046/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4