Answers for "swiftui change navigation bar title color"

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 "swiftui change navigation bar title color"

Code answers related to "Swift"

Browse Popular Code Answers by Language