gpt4 book ai didi

swift - 如何删除导航栏模糊效果 - swift

转载 作者:搜寻专家 更新时间:2023-11-01 06:55:07 36 4
gpt4 key购买 nike

我在互联网上搜索了很多但没有找到任何解决问题的方法,我不希望导航栏像屏幕截图中那样模糊 enter image description here

导航栏的颜色与其他颜色不匹配,即使我对两者都使用了 sam 十六进制值。我想修理它。请帮忙

这是我用来给导航栏上色的代码

 let navigationBarAppearace = UINavigationBar.appearance()
navigationBarAppearace.tintColor = UIColor.white
navigationBarAppearace.barTintColor = UIColor(red: 204/255.0, green: 51/255.0, blue: 51/255.0, alpha: 1.0)

最佳答案

您看到的实际上不是模糊效果,而是半透明 UINavigationBar 样式。如果您不想要半透明栏,请将其isTranslucent 属性设置为false

UINavigationBar.appearance().isTranslucent = false

关于swift - 如何删除导航栏模糊效果 - swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53976061/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com