IOS 4.3 hide status bar permanently

后端 未结 5 2181
醉酒成梦
醉酒成梦 2020-12-05 04:24

I\'m trying to hide the status bar in iOS 4.3 now that setStatusBarHidden:animated: is deprecated:

[[UIApplication sharedApplication] setStatusB         


        
5条回答
  •  [愿得一人]
    2020-12-05 05:03

    But how about [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];

    See the UIApplication reference.

提交回复
热议问题