gpt4 book ai didi

swift - 半透明 UINavigationBar 在 iOS 12 beta(GM 种子)上无法正常工作

转载 作者:搜寻专家 更新时间:2023-11-01 05:32:50 24 4
gpt4 key购买 nike

我在 iOS 12 上遇到半透明 UINavigationBar 的问题。

在 UINavigationController 中,当我“推送”具有半透明 UINavigationBar 的 UIViewController 时,UINavigationBar 上的过渡动画效果不佳,并且不再透明,并且顶部为黑色和 alpha。我使用的在 iOS 11.0 上运行良好的代码是在 UINavigationBar 上设置半透明的常用代码

UINavigationBar.appearance().setBackgroundImage(UIImage(), for: .default)
UINavigationBar.appearance().shadowImage = UIImage()
UINavigationBar.appearance().backgroundColor = .clear
UINavigationBar.appearance().isTranslucent = true

有没有人有相同的用例来检查问题是否也发生了?

最佳答案

相反,为什么不使用实用区域将其设置为半透明?

This is the utility area

关于swift - 半透明 UINavigationBar 在 iOS 12 beta(GM 种子)上无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52313437/

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