swift 状态栏背景颜色在swift 4中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift 状态栏背景颜色在swift 4中相关的知识,希望对你有一定的参考价值。

let statusBar: UIView = UIApplication.shared.value(forKey: "statusBar") as! UIView
        if statusBar.responds(to:#selector(setter: UIView.backgroundColor)) {
            statusBar.backgroundColor = UIColor.defaultRed
        }

以上是关于swift 状态栏背景颜色在swift 4中的主要内容,如果未能解决你的问题,请参考以下文章

使用 Xcode 和 Swift 创建的 iOS 应用程序中状态栏的自定义背景颜色

Swift - 状态栏颜色显示(字体背景)

如何使用swift3增加导航栏的高度并更改xcode 8中状态栏的颜色?

Swift-修改状态栏颜色

使用 Swift 3 的导航栏背景颜色灯

如何在 Swift 中更改 TabBar 的颜色?图像作为导航栏中的背景?