I\'m using the new enlarged navigation bar titles in iOS 11. But I can\'t seem to be able to change the textColor.
I tried doing:
self.navigationCont
self.navigationController?.navigationBar.largeTitleTextAttributes = [NSAttributedString.Key.foregroundColor : UIColor.white]
with named color
self.navigationController?.navigationBar.largeTitleTextAttributes = [NSAttributedString.Key.foregroundColor : UIColor(named: "Teal") ?? UIColor.black]