Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

navigation title bar color swftui

        
          init() {
            let navBarAppearance = UINavigationBar.appearance()
            navBarAppearance.largeTitleTextAttributes = [.foregroundColor: UIColor.white]
            navBarAppearance.titleTextAttributes = [.foregroundColor: UIColor.white]
          }          
        
      
Source by tommikivimaki.com #
 
PREVIOUS NEXT
Tagged: #navigation #title #bar #color #swftui
ADD COMMENT
Topic
Name
4+6 =