Skip to content

Instantly share code, notes, and snippets.

@klaaspieter
Created October 14, 2013 15:57
Show Gist options
  • Save klaaspieter/6977907 to your computer and use it in GitHub Desktop.
Save klaaspieter/6977907 to your computer and use it in GitHub Desktop.
UIBarItem appearance proxy not working
[[UIBarItem appearance] setTitleTextAttributes:@{NSFontAttributeName : [UIFont fontWithName:@"HelveticaNeue-Light" size:12.0],
NSForegroundColorAttributeName: [UIColor blueColor]} forState:UIControlStateNormal];
NSLog(@"attributes: %@", [[UIBarItem appearance] titleTextAttributesForState:UIControlStateNormal]); // (null)
@nuthinking
Copy link

Found a reason? It's pretty annoying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment