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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -