// Setup [[UINavigationBar appearance] setTranslucent:NO]; [[UINavigationBar appearance] setTitleTextAttributes:@{ NSForegroundColorAttributeName: [UIColor whiteColor] }]; [[UINavigationBar appearance] setTintColor:[UIColor whiteColor]]; [[UINavigationBar appearance] setBarTintColor:[UIColor colorWithRed:0.0078431372549019607 green:0.13725490196078433 blue:0.30196078431372547 alpha:1]];