Skip to content

Instantly share code, notes, and snippets.

@arturlector
Last active March 10, 2016 21:18
Show Gist options
  • Save arturlector/66dae03239212f888573 to your computer and use it in GitHub Desktop.
Save arturlector/66dae03239212f888573 to your computer and use it in GitHub Desktop.
Bar Button Style

Bar Button Style

//Bar Button Style
[[UIBarButtonItem appearanceWhenContainedInInstancesOfClasses:@[[UINavigationBar class]]] 
setTitleTextAttributes: @{NSForegroundColorAttributeName: [UIColor whiteColor],
NSFontAttributeName: [UIFont systemFontOfSize:15.0]} forState:UIControlStateNormal];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment