美文网首页工具iOS DeveloperiOS 开发
IOS 修改 status bar 状态栏的颜色

IOS 修改 status bar 状态栏的颜色

作者: 478343628d84 | 来源:发表于2016-06-04 15:39 被阅读568次

    1.在 info.plist 里添加
    View controller-based status bar appearance = NO.

    Paste_Image.png

    2.修改

    UIApplication.sharedApplication().setStatusBarStyle(UIStatusBarStyle.LightContent, animated: true)

    屏幕快照 2016-06-04 下午3.39.19.png

    相关文章

      网友评论

      • feng_dev:怎么修改的 状态栏 的背景啊

      本文标题:IOS 修改 status bar 状态栏的颜色

      本文链接:https://www.haomeiwen.com/subject/gjvldttx.html