let myAttribute =[NSForegroundColorAttributeName:UIColor.white]
UINavigationBar.appearance().titleTextAttributes = myAttribute
Title color is not change to white. It display in black.
let myAttribute =[NSForegroundColorAttributeName:UIColor.white]
UINavigationBar.appearance().titleTextAttributes = myAttribute
Title color is not change to white. It display in black.