Skip to content

Instantly share code, notes, and snippets.

@hammadzz
Created August 13, 2017 23:52
Show Gist options
  • Save hammadzz/eb431af5844492299e319cce0b1b024c to your computer and use it in GitHub Desktop.
Save hammadzz/eb431af5844492299e319cce0b1b024c to your computer and use it in GitHub Desktop.
iOS Navigation Bar Color
UINavigationBar.appearance().barTintColor = UIColor.hzmi_blue_300
UINavigationBar.appearance().tintColor = UIColor.white
UINavigationBar.appearance().titleTextAttributes = [NSForegroundColorAttributeName: UIColor.hzmi_white_100]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment