Answers for "some view navigation title color"

2

how do change title color in navigation bar

navigationBar.largeTitleTextAttributes = [.foregroundColor: UIColor.white]
Posted by: Guest on November-23-2020
0

navigation title bar color swftui

init() {
            let navBarAppearance = UINavigationBar.appearance()
            navBarAppearance.largeTitleTextAttributes = [.foregroundColor: UIColor.white]
            navBarAppearance.titleTextAttributes = [.foregroundColor: UIColor.white]
          }
Posted by: Guest on October-29-2020

Code answers related to "some view navigation title color"

Code answers related to "Swift"

Browse Popular Code Answers by Language