Skip to content

Instantly share code, notes, and snippets.

@ttsubono
Created June 22, 2012 02:16
Show Gist options
  • Save ttsubono/2969820 to your computer and use it in GitHub Desktop.
Save ttsubono/2969820 to your computer and use it in GitHub Desktop.
NavigationBarをtintColorで黒色にする
self.navigationController.navigationBar.tintColor = [UIColor blackColor];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment