gpt4 book ai didi

ios - 如何使状态栏与导航栏颜色相同?

转载 作者:行者123 更新时间:2023-11-29 02:18:34 24 4
gpt4 key购买 nike

我希望我的导航栏看起来类似于 Twitter 应用程序的导航栏。我的应用程序只有三个不同的 View ,所以我不介意手动完成每个 View 。我该怎么做?

最佳答案

创建一个 View ,将它放在状态栏所在的位置,然后将其背景颜色设置为您喜欢的颜色。

let statusBarView = UIView(frame: UIApplication.sharedApplication().statusBarFrame)
statusBarView.backgroundColor = UIColor.greenColor() // Replace with color you desire
self.view.addSubview(statusBarView)

关于ios - 如何使状态栏与导航栏颜色相同?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28444417/

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