gpt4 book ai didi

swift - UINavigationController 后退按钮标题颜色

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

我正在尝试为导航 Controller 中嵌入的 View 设置后退按钮的颜色。

我已成功更改按钮的颜色,但文本仍然是灰色。

enter image description here

我已经在加载的 View 中实现了以下代码。

    navigationController?.navigationBar.barTintColor = UIColor(red:0.99, green:0.75, blue:0.76, alpha:1.0)
navigationController?.navigationBar.tintColor = .white
navigationController?.navigationBar.titleTextAttributes = [NSAttributedStringKey.foregroundColor: UIColor.white ,NSAttributedStringKey.font: UIFont.init(name: "Montserrat-Bold", size: 17)!]

最佳答案

您可以使用 navigationItem.backBarButtonItem 访问按钮本身,如果需要,您也可以将其设置为新的 UIBarButtonItem。这只会设置当前 View Controller 的后退按钮,所以如果你想在每个 View Controller 上更改它,你必须为每个页面设置它。 Mark Moeykens 很棒 video如果这也有帮助的话。

关于swift - UINavigationController 后退按钮标题颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50475986/

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