gpt4 book ai didi

ios - 呈现的 UINavigationController 色调颜色不变

转载 作者:行者123 更新时间:2023-12-01 16:47:41 25 4
gpt4 key购买 nike

    MyVC *vc = [[MyVC alloc] init];
vc.delegate = self;

UINavigationController *nc = [[UINavigationController alloc] initWithRootViewController:vc];
[nc.navigationBar setTintColor:[UIColor redColor]];
[self presentViewController:nc animated:true completion:^{}];

导航栏是黑色的。我从在我的 App Delegate 中创建的选项卡栏 Controller 内的导航 Controller 呈现此内容。在我的 ApplicationDidFinishLaunchingWithOptions 中,我可以在那里控制导航 Controller 的颜色。

为什么这个导航 Controller 色调条是黑色的?

最佳答案

[[UINavigationBar appearance] setTintColor:[UIColor redColor]];

如果您所有的 NavigationBars 都是相同的颜色,我建议您使用它。 外观 对象的属性设置了您对其应用的功能的一致性。

关于ios - 呈现的 UINavigationController 色调颜色不变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18597597/

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