Skip to content

Instantly share code, notes, and snippets.

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