So two things actually.
Thing one is how to change the color of the font of the title label.
I have this so far...
self.navigationController!.navigationBar.titleTextAttributes = [ NSFontAttributeName: UIFont(name: "Baskerville", size: 20)!]
but cant figure out what the color variable is to add in.
Thing two is, I want to add a subtitle under the title in the nav bar and i want it to be centered. How would i go about doing this?