Answers for "transparent header swiftui"

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 "Swift"

Browse Popular Code Answers by Language