我想将显示时间和电池百分比的状态栏字体的颜色设置为除枚举.default
和.lightContent
UIStatusBar Documentation以外的自定义颜色。
这可能吗?
答案 0 :(得分:0)
对于生产应用程序,我认为不可能,但是通过私有框架,您可以制作
(UIApplication.shared.value(forKey: "statusBar") as! NSObject).setValue(UIColor.red, forKey: "foregroundColor")