gpt4 book ai didi

ios - 设置失败(tintColor)

转载 作者:行者123 更新时间:2023-11-30 13:16:58 26 4
gpt4 key购买 nike

我尝试了很多方法,但都没有解决我的问题。我收到警告:

Failed to set (tintColor) user defined inspected property on (UINavigationController): [ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key tintColor.

我通过 StoryBoard 进行的所有色调更改。我的代码是用 Swift 编写的。StoryBoard 片段(发生这种情况时)如下所示:

ViewController -> TabBarController -> NavigationController -> ViewController

唯一的“用户定义的运行时属性”是tintColor(在NavigationController中),但删除它并没有帮助。

有什么想法吗?

最佳答案

如果您只想更改一个特定的 NavigationController 的色调颜色,请添加代码

navigationController?.navigationBar.tintColor = /*your color*/

在viewController的viewDidLoad()中。

或者你想改变所有NavigationController的色调颜色,你可以添加代码

UINavigationBar.appearance().tintColor = /*your color*/

在 func application(application, didFinishLaunchingWithOptions) 中

或者您可以使用全局色调颜色选项更改 Storyboard文件中应用程序的色调颜色。

关于ios - 设置失败(tintColor),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38116634/

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