美文网首页iOS Developer
iOS开发小常识之设置导航栏上方电量颜色

iOS开发小常识之设置导航栏上方电量颜色

作者: 提莫酱T | 来源:发表于2017-03-13 14:58 被阅读0次

    /*导航栏电量时间变颜色*/

    -(UIStatusBarStyle)preferredStatusBarStyle{

    //设置为白色

    return UIStatusBarStyleLightContent;

    }

    相关文章

      网友评论

        本文标题:iOS开发小常识之设置导航栏上方电量颜色

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