gpt4 book ai didi

ios - 全局将 UIImageView 添加到 UINavigationBar 而不是标题

转载 作者:行者123 更新时间:2023-11-29 01:09:30 26 4
gpt4 key购买 nike

我想在我的应用程序的所有屏幕上全局使用 Logo 作为 UINavigationBar 的标题。如何访问 AppDelegate 中的导航栏?

enter image description here

最佳答案

如果你想影响整个应用程序,你应该在 AppDelegate 中使用外观代理。像这样的事情应该可以做到:

let navBar = UINavigationBar.appearance()
navBar.setBackgroundImage(UIImage(named: "yourImageName"), forBarMetrics: .Default)

关于ios - 全局将 UIImageView 添加到 UINavigationBar 而不是标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35938917/

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