Skip to content

Instantly share code, notes, and snippets.

@mactive
Created October 25, 2012 03:32
Show Gist options
  • Save mactive/3950269 to your computer and use it in GitHub Desktop.
Save mactive/3950269 to your computer and use it in GitHub Desktop.
Global UINavigationBar style
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackOpaque animated:NO];
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"navigationBar_bg.png"] forBarMetrics:UIBarMetricsDefault];
[[UINavigationBar appearance] setTintColor:[UIColor colorWithRed:121/255 green:123/255 blue:126/255 alpha:1.0] ];
[[UIBarButtonItem appearance] setTintColor:RGBACOLOR(55, 61, 70, 1)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment