titleTextAttributes UIAppearance font in iOS 7
I am using UIAppearance to apply fonts to UINavigationBar and UIBarButtonItem and I am having problems. I ran this code: [[UIBarButtonItem appearanceWhenContainedIn:[UIToolbar class], nil] setTitleTextAttributes: @{NSFontAttributeName : [UIFont fontWithName:@"My_Font" size:17.0]} forState:UIControlStateNormal]; NSLog(@"%@", [[UIBarButtonItem appearanceWhenContainedIn: [UIToolbar class], nil] titleTextAttributesForState:UIControlStateNormal]); and the result of that log on iOS 7 is: (null) Where the result in iOS 6 is: { NSFont = "<UICFFont: 0x1d897a80> font-family: \"My_Font\"; font-weight: