Changing the
NSDictionary * barButtonAppearanceDict = @{UITextAttributeFont : font};
[[UIBarButtonItem appearance] setTitleTextAttributes:barButtonAppearanceDict forState:UIControlStateNormal];
Doesn't affect the UIBarButtonItem when using plain...
How can i change the font for the plain style UIBarButtonItem
This still applies to iOS6