In app delegate viewdidfinishlaunch
//NavigationBar Color
[[UINavigationBar appearance]setBarTintColor:[UIColor colorWithRed:(63.0f/255.0f) green:(81.0f/255.0f) blue:(181.0f/255.0f) alpha:1]];
[[UINavigationBar appearance]setTranslucent:NO];
NSShadow *shadow=[NSShadow new];
shadow.shadowOffset=CGSizeMake(0.0f, 0.0f);
shadow.shadowColor=[UIColor whiteColor];
[[UINavigationBar appearance]setTintColor:[UIColor whiteColor]];
[UINavigationBar appearance].titleTextAttributes = @{NSForegroundColorAttributeName : [UIColor whiteColor]};
//NavigationBar Color
[[UINavigationBar appearance]setBarTintColor:[UIColor colorWithRed:(63.0f/255.0f) green:(81.0f/255.0f) blue:(181.0f/255.0f) alpha:1]];
[[UINavigationBar appearance]setTranslucent:NO];
NSShadow *shadow=[NSShadow new];
shadow.shadowOffset=CGSizeMake(0.0f, 0.0f);
shadow.shadowColor=[UIColor whiteColor];
[[UINavigationBar appearance]setTintColor:[UIColor whiteColor]];
[UINavigationBar appearance].titleTextAttributes = @{NSForegroundColorAttributeName : [UIColor whiteColor]};
Sign up here with your email
ConversionConversion EmoticonEmoticon