Skip to content

Instantly share code, notes, and snippets.

@joejwright
Created December 26, 2012 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joejwright/4381380 to your computer and use it in GitHub Desktop.
Save joejwright/4381380 to your computer and use it in GitHub Desktop.
navigationBar = UINavigationBar.appearance
navigationBar.setBackgroundImage(UIImage.imageNamed('navigation-bar-background.png'), forBarMetrics: UIBarMetricsDefault)
navigationBar.setTitleTextAttributes({
UITextAttributeFont => UIFont.fontWithName('Trebuchet MS', size:24),
UITextAttributeTextShadowColor => UIColor.clearColor,
UITextAttributeTextColor => '#2a3284'.to_color
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment