Skip to content

Instantly share code, notes, and snippets.

@jumbo-in-Jap
Created June 25, 2016 05:25
Show Gist options
  • Save jumbo-in-Jap/99c0ecb6be5929314fb2aa63bbc4f687 to your computer and use it in GitHub Desktop.
Save jumbo-in-Jap/99c0ecb6be5929314fb2aa63bbc4f687 to your computer and use it in GitHub Desktop.
UINavigationBar.appearance().setBackgroundImage(UIImage(named: "barBackground"),forBarMetrics:.Default)
UINavigationBar.appearance().shadowImage = UIImage()
UINavigationBar.appearance().tintColor = UIColor.darkGrayColor()
UINavigationBar.appearance().titleTextAttributes = [NSForegroundColorAttributeName : UIColor.darkGrayColor()]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment