gpt4 book ai didi

ios - super View 的顶部空间不起作用

转载 作者:行者123 更新时间:2023-11-28 08:05:26 24 4
gpt4 key购买 nike

我想在 NavigationBar 下设置一个 UIImageView 就像 Twitter 配置文件一样。我在 UIImageView 的顶部创建了一个到 superview 的约束,但它不起作用,UIImageView 显示在 NavigationBar 下方。为什么?

Storyboard:

From storyboard with the constraint

屏幕:

result

代码:

self.navigationController!.navigationBar.setBackgroundImage(UIImage(), for: .default)
self.navigationController!.navigationBar.shadowImage = UIImage()
self.navigationController!.navigationBar.isTranslucent = true

约束:

constraist of imageview

最佳答案

连同你的代码

enter image description here

添加以下代码行:

self.navigationController?.navigationBar.backgroundColor = .clear

关于ios - super View 的顶部空间不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45326387/

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