Skip to content

Instantly share code, notes, and snippets.

@simonpang
Created September 20, 2012 06:28
Show Gist options
  • Save simonpang/3754259 to your computer and use it in GitHub Desktop.
Save simonpang/3754259 to your computer and use it in GitHub Desktop.
Use custom image in navigation bar
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"NavBar"] forBarMetrics:UIBarMetricsDefault];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment