gpt4 book ai didi

objective-c - Objective-C : How to change text color in navigation bar

转载 作者:技术小花猫 更新时间:2023-10-29 10:13:27 24 4
gpt4 key购买 nike

我已经通过以下代码更改了我的导航栏颜色

navconFvc.navigationBar.tintColor = [UIColor colorWithHexString:@"faf6f5"];

代码有效,但文本颜色也需要更改(见下面的屏幕截图)。右侧的刷新按钮 Logo 也受到影响

enter image description here

如果我导航到堆栈中的另一个页面,也会出现同样的问题

enter image description here

问题:如何改变颜色

  • 标题文字
  • 后退按钮文字和
  • 右栏按钮图标颜色?

在我改变导航栏的背景颜色之后?

最佳答案

在 iOS 7 中,只需使用:

self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName : [UIColor whiteColor]};

将 [UIColor whiteColor] 更改为您想要的任何文本颜色

关于objective-c - Objective-C : How to change text color in navigation bar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6805025/

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