I have just downloaded Xcode 11.4 and noticed that I am unable to change the title text color for my UINavigationBar in the storyboard. I tried to change it within the code as so:
navigationController?.navigationBar.titleTextAttributes = [ NSAttributedString.Key.foregroundColor : UIColor.white ]
However, this line of code was unable to change the color. Why has this suddenly occurred in Xcode 11.4? Is this a known issue? How can I work around it?