前端之家收集整理的这篇文章主要介绍了
(九)Swift StatusBar 状态栏,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
修改StatusBar 的文字为白色
1、找到Info.plist,右键 ->Add Row 增加属性,
Name:View controller-based status bar appearance
Type:Boolean
Value:NO
2、修改 Status bar Style 属性
Value:UIStatusBarStyleLightContent
运行结果如下:
原文链接:https://www.f2er.com/swift/325280.html