In AppDelegate app use something like this
NSDictionary *itemTextAttributes = [NSDictionary dictionaryWithObjectsAndKeys: [UIColor whiteColor],NSForegroundColorAttributeName, [UIColor whiteColor],NSBackgroundColorAttributeName, [UIFont fontWithName:@"Ubuntu-Regular" size:18],NSFontAttributeName, nil]; [[UIBarButtonItem appearance] setTitleTextAttributes:itemTextAttributes forState:UIControlStateNormal];
source share