Im not sure how to change the color of the following nav bar title:
with the following code:
override func viewDidLoad() {
super.viewDidLoad()
let navigationBarAppearace = UINavigationBar.appearance()
navigationBarAppearace.tintColor = UIColor(red: 150/255, green: 150/255, blue: 150/255, alpha: 1)
}
i am able to change the color of "Upload Post" and "Share"
but im not sure how to change the middle title "Upload Post" to a different color
how do i change the color to white for example?