Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marchbold/84c8e8f394eeaa2a4e9d to your computer and use it in GitHub Desktop.
Save marchbold/84c8e8f394eeaa2a4e9d to your computer and use it in GitHub Desktop.
Control the iOS Status Bar Style
Application.init( APPLICATION_KEY );
if (Application.isSupported)
{
Application.service.setStatusBarStyle( IOSStatusBarStyles.IOS_STATUS_BAR_LIGHT );
Application.service.setStatusBarHidden( false );
}
// com.distriqt.Application
@marchbold
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment