How Do Change Title Color In Navigation Bar

[Solved] How Do Change Title Color In Navigation Bar | Swift - Code Explorer | yomemimo.com
Question : how do change title color in navigation bar

Answered by : ugly-unicorn-2c4aedmd7xb9

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

Source : https://stackoverflow.com/questions/43706103/how-to-change-navigationitem-title-color/43706323 | Last Update : Mon, 30 Nov 20

Question : textColor for title in navigation Bar

Answered by : super-skylark-4zg2c5yz6xkh

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

Source : https://stackoverflow.com/questions/26008536/navigationbar-bar-tint-and-title-text-color-in-ios-8 | Last Update : Thu, 16 Dec 21

Answers related to how do change title color in navigation bar

Code Explorer Popular Question For Swift