前端之家收集整理的这篇文章主要介绍了
swift设置状态栏为白色,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
使用UINavigationBar.appearance().barTintColor
修改了导航栏背景色后,状态栏颜色也会变,想改成白色,需要以下两个步骤:
1.plist文件增加一行:
View controller-based status bar appearance
2.修改target-general 的 Status Bar Style 为 light
原文链接:https://www.f2er.com/swift/320918.html