Wednesday, 15 September 2010

ios - Get the current color of the status bar -


Is the current color of the status bar possible in iOS? I know that we can change the color, but is it possible to present the status of the programmatic status bar? Such as its UIStatusBarStyleLightContent or UIStatusBarStyleDefault

You can get it this way:

  Uitatus Barstyle Current Style = [UIApplication Sharing]]. Stats Bars Style;  

No comments:

Post a Comment