gpt4 book ai didi

iOS 12.0 : Is there a way to set MFMailComposeViewController navigation bar title's text to white?

转载 作者:行者123 更新时间:2023-12-03 11:15:35 25 4
gpt4 key购买 nike

目前,我还没有找到针对 iOS 12.0 执行此操作的方法。我试过像这样设置条形色调。

[mailController.navigationBar setTintColor:[UIColor whiteColor]];

然后,我尝试使用以下代码设置标题文本属性
   [mailController.navigationController.navigationBar setTitleTextAttributes:
@{NSForegroundColorAttributeName:[UIColor WhiteColor]};

我尝试了更多在 StackOverflow 上找到的选项,但没有一个有效。我希望有人找到一种可靠的方法来更改导航栏标题文本颜色。无论我做什么,它都会保持黑色。栏按钮的颜色正确更改,但导航栏标题不正确。

最佳答案

您能否尝试其中任何一种方法来设置导航栏颜色。例如:如果导航栏是黑色的,那么文本设置为白色。[[UINavigationBar appearance] setBarStyle: UIBarStyleBlack]或者[[UINavigationBar appearance] setBarTintColor:[UIColor whiteColor]

关于iOS 12.0 : Is there a way to set MFMailComposeViewController navigation bar title's text to white?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52451156/

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