Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

navigationbarhidden not working swiftui

NavigationView {
    ScrollView() {
     ......
    }.  
    .navigationBarTitle("") //this must be empty
    .navigationBarHidden(true)
    .navigationBarBackButtonHidden(true)
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #navigationbarhidden #working #swiftui
ADD COMMENT
Topic
Name
3+2 =