如何更改标题颜色? swift 5

How to change title Color? swift 5

我无法更改标题颜色,默认情况下它是白色的,当我的背景颜色也是白色时,它是不可见的。我怎样才能把它变成黑色? enter image description here

试试这个

self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor: UIColor.red]