how do change title color in navigation bar

Swift
navigationBar.largeTitleTextAttributes = [.foregroundColor: UIColor.white]

Source

Also in Swift: