Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created April 24, 2012 09:03
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 Wolfr/2478088 to your computer and use it in GitHub Desktop.
Save Wolfr/2478088 to your computer and use it in GitHub Desktop.
self.navigationBarColor = [ UIColor colorWithHexString: @"#1c232c" ];
[[ UINavigationBar appearance ] setTintColor: self.navigationBarColor ];
// in sharing view:
[[ UIBarButtonItem appearance ] setTintColor: [ UIColor colorWithHexString: @"#4E565D" ] ];
// tabbar on the bottom:
[[ UITabBar appearance ] setTintColor: [ UIColor colorWithHexString: @"#1c232c" ] ];
[[ UITabBar appearance ] setSelectedImageTintColor: [ UIColor colorWithHexString: @"#ffffff" ] ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment