Uinavigationcontroller Change Uinavigationbar navigation bar title color and font
Uinavigationcontroller Change Uinavigationbar navigation bar title color and font
IOS 5 after Uinavigationcontroller can change uinavigationbar navigation bar title color and font
[Self.navigationController.navigationBar settitletextattributes:[nsdictionary Dictionarywithobjectsandkeys:
[Uicolor colorwithred:0 green:0.7 blue:0.8 alpha:1], Uitextattributetextcolor,
[Uicolor colorwithred:0 green:0.7 blue:0.8 alpha:1], Uitextattributetextshadowcolor,
[Nsvalue valuewithuioffset:uioffsetmake (0, 0)], Uitextattributetextshadowoffset,
[Uifont fontwithname:@ "Arial-bold" size:0.0], Uitextattributefont,
Nil]];
Where the Uitextattributetextcolor and Uitextattributefont properties are text color and font
Uinavigationcontroller Change Uinavigationbar navigation bar title color and font