Skip to content

Instantly share code, notes, and snippets.

@gauravr-dev
Created March 22, 2018 14:24
Show Gist options
  • Select an option

  • Save gauravr-dev/909b42f033fda3b75d1ec75162055be9 to your computer and use it in GitHub Desktop.

Select an option

Save gauravr-dev/909b42f033fda3b75d1ec75162055be9 to your computer and use it in GitHub Desktop.
UIStatusBar styling
func application(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey : Any]? = nil) -> Bool
{
application.statusBarStyle = .lightContent
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment