ios - Change UINavigationBar's color -


i'm using objective-c. here need change background color of uinavigationbar. , tried code below:

self.navigationcontroller.navigationbar.backgroundcolor = [uicolor greencolor]; 

but result is:

enter image description here

what want change color of navigationbar green color below instead of blurry green now. please me.

do select naigation bar on storyboard , change property of bar tint in directly in inspector

enter image description here


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -