Skip to content

Instantly share code, notes, and snippets.

@guimello
Created August 9, 2011 21:01
Show Gist options
  • Save guimello/1135182 to your computer and use it in GitHub Desktop.
Save guimello/1135182 to your computer and use it in GitHub Desktop.
Tint color your navigation tool bar [ios]
self.navigationController.navigationBar.tintColor = [UIColor colorWithRed:(102.0/255.0) green:(20.0/255.0) blue:(11.0/255.0) alpha:1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment