Self.navigationController.navigationBar.barTintColor =[uicolor colorwithred:70/255.0green:193/255.0 blue:14/255.0 alpha:1.0];
set the transparency of the navigation bar
[Self setselfnavigationbartranslucent];
-(void) setselfnavigationbartranslucent
//{
if (self.navigationController.navigationBar.translucent) {
//
Self.navigationController.navigationBar.translucent = NO;
}else{
Return
// }
//}
Uinavigationbar *bar = [Uinavigationbar appearance];
Bar.bartintcolor = Bcjccolor (249, 104, 69);
[Self.navigationController.navigationBar Setbartintcolor:bcjccolor (255, 127, 80)];
Self.navigationController.navigationBar
Self.navigationController.navigationBarHidden = NO;
Self.navigationController.navigationBar.backgroundColor = Bcjccolor (249, 104, 69);
Self.navigationController.navigationItem.leftItemsSupplementBackButton = YES;
The text color of the navigation bar
[Bar settitletextattributes:@{nsfontattributename : [uifontboldsystemfontofsize:20], Nsforegroundcolorattributename : [Uicolor Whitecolor]}];
Customizing the color of the navigation bar