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
Post a Comment