Skip to content

Instantly share code, notes, and snippets.

@jk
Created July 2, 2013 15:11
Show Gist options
  • Select an option

  • Save jk/5910134 to your computer and use it in GitHub Desktop.

Select an option

Save jk/5910134 to your computer and use it in GitHub Desktop.
self.navigationController.navigationBar.barTintColor = [UIColor redColor];
self.navigationController.view.tintColor = [UIColor whiteColor];
self.navigationController.navigationBar.titleTextAttributes = @{ NSForegroundColorAttributeName: [UIColor whiteColor] };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment