Set Status Bar Tint Colour

前端 未结 3 1391
囚心锁ツ
囚心锁ツ 2021-01-23 07:05

I have an tabbed bar application and the status bar tint colour is set to default - so it is always my selected blue colour throughout my app.

However, in one view, I am

3条回答
  •  有刺的猬
    2021-01-23 07:32

    Change statusBarStyle of application-
    [[UIApplication sharedApplication] 
          setStatusBarStyle:UIStatusBarStyleDefault animated:NO];
    

提交回复
热议问题