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 - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -

Receive udp packets in android gstreamer -