导航栏颜色混乱

时间:2017-06-12 14:04:50

标签: ios swift ios10 navigationbar

环境:Xcode 8和iOS 10。

我尝试设置导航栏颜色而不编写代码。 enter image description here

这是应用程序启动时的主要UI颜色。我打算用相同的颜色设置导航栏。但是,测试时颜色有点轻。 enter image description here

如您所见,导航栏中的颜色为浅色。我在属性属性中设置了导航栏颜色。

如何解决这个问题?提前谢谢。

1 个答案:

答案 0 :(得分:1)

在属性检查器中,尝试取消选中Translucent属性。并将Bar Tint属性设置为您想要的颜色。

enter image description here