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:
what want change color of navigationbar green color below instead of blurry green now. please me.
Comments
Post a Comment