gpt4 book ai didi

ios - 设置状态栏文本的自定义颜色

转载 作者:行者123 更新时间:2023-12-01 15:44:55 25 4
gpt4 key购买 nike

在 iOS8 中,我想将状态栏文本(运营商、时间、电池)的颜色设置为自定义颜色。

我已将 View controller-based status bar appearance 设置为 NO 并在单独的 viewcontroller 和 app delegate 中尝试了此代码:

[[UINavigationBar appearance] setTintColor:color_font];

[self.navigationController.navigationBar setBarTintColor:[UIColor greenColor]];

最佳答案

In iOS8 I want to set the color of the status bar (Carrier, time, battery) to a custom color.

如果不使用私有(private) API ( Customize iOS 7 status bar text Color),目前这是不可能的。您只能将状态栏的文本设为白色 (UIStatusBarStyleLightContent) 或黑色 (UIStatusBarStyleDefault)。检查文档:

https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplication_Class/#//apple_ref/c/tdef/UIStatusBarStyle

您可以在状态栏后面放置一个 View (根据其他人的回答),但我认为这不是您要问的。

关于ios - 设置状态栏文本的自定义颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32629702/

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