ios - Navigation Bar color -


i'm building map app , have label information of route. i've set programmatically color of label , navigation bar same hex. while testing app, i've noticed different bit. can tell me, wrong? screenshot

main color in util class; nav bar appearance set in app didfinishlaunchingwithoptions method; label color set in viewwillappear of map vc

public static let maincolor = uicolor(fromhexcode: "#335e40") uinavigationbar.appearance().bartintcolor = util.maincolor infolabel.backgroundcolor = util.maincolor

did turn off transition?

uinavigationbar.appearance().translucent = false 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -