I\'m trying to change the font color of the text on my back button in my UINavigationControllerBar
[[UIBarButtonItem appearance] setTitleColor:[UIColor r
[[UIBarButtonItem appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys: [UIFont fontWithName:kDefaultFont size:16.0f],UITextAttributeFont, nil] forState:UIControlStateNormal];