gpt4 book ai didi

swift - 如何指定各个导航栏的标题颜色? swift

转载 作者:行者123 更新时间:2023-11-30 12:16:10 27 4
gpt4 key购买 nike

假设我有 3 个 View Controller ,A、B 和 C。

A 为黑色背景,B 为白色,C 为蓝色。

所有这些都使用 NavigationControllerBars 进行导航。

如何以编程方式更改导航栏标题的颜色?

这样我在 A 上有一个白色标题,B 上有黑色标题,C 上可能有红色标题。

根据我收集的信息,每个人都使用例如:

navigationController?.navigationBar.titleTextAttributes = [NSForegroundAttributeName: UIColor.white]

我是 swift 新手,但对我来说它看起来像 Obj-C?

这对我不起作用,而且我不断得到

Replace 'NSForegroundColorAttributeName' with 'NSForegroundColorAttributeName.rawValue'

作为一个错误。

最佳答案

我在代码中使用了它,并且编译没有任何问题。

swift 2.3

navigationController?.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName: UIColor.whiteColor()]

swift 3

navigationController?.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName: UIColor.white]

关于swift - 如何指定各个导航栏的标题颜色? swift ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45411069/

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