Skip to content

Instantly share code, notes, and snippets.

@sumardi
Created February 17, 2011 03:27
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 sumardi/830908 to your computer and use it in GitHub Desktop.
Save sumardi/830908 to your computer and use it in GitHub Desktop.
iPhoneDev - Tint color
- (void)viewDidLoad {
[super viewDidLoad];
// Navigation bar
self.navigationController.navigationBar.tintColor = [UIColor colorWithRed:.6 green:.3 blue:.2 alpha:1];
// Search bar
self.searchDisplayController.searchBar.tintColor = [UIColor colorWithRed:.6 green:.3 blue:.2 alpha:1];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment