How to Change the color of status bar

后端 未结 5 1845
庸人自扰
庸人自扰 2021-01-04 04:31

How can we change the color of the status bar? I know we can change the style by

[application setStatusBarStyle:UIStatusBarStyleBlackOpaque];
         


        
5条回答
  •  花落未央
    2021-01-04 04:52

    [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleBlackOpaque;
    

提交回复
热议问题