gpt4 book ai didi

iOS 8.3 : Why is the navigation bar background color for MFMailComposeViewController still white?

转载 作者:行者123 更新时间:2023-11-28 18:58:05 26 4
gpt4 key购买 nike

似乎对于 iOS 8.3,无论我做什么,MFMailComposeViewController 的导航栏背景颜色都是白色。如何正确更改背景颜色?这是我正在使用的代码。简单直接。

    MFMailComposeViewController* myMailViewController = [[MFMailComposeViewController alloc] init];
myMailViewController.mailComposeDelegate = self;
[myMailViewController.navigationBar setBackgroundColor:[UIColor orangeColor]];
[self presentViewController:myMailViewController animated:YES completion:nil];

我尝试了许多其他替代方法,例如更改导航栏的色调,但我得到的结果相同。这是一个错误吗?任何建议或提示表示赞赏。

最佳答案

[UINavigationBar appearance].barTintColor = [UIColor yourColor];

这应该在 MFMailComposer 实例化之前调用。

关于iOS 8.3 : Why is the navigation bar background color for MFMailComposeViewController still white?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29708539/

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