I think all day to change the navigation Bar title color, but it doesn\'t work. this is my code:
var user: User? { didSet { navigationItem.title = us
The title color of Navigation Bar can be changed in Storyboard.
Go to Attributes inspector of Navigation Controller > Navigation Bar and set the desired color in Title Color menu.