Answers for "swiftui .navigationbarhidden(true) not working"

0

navigationbarhidden not working swiftui

NavigationView {
    ScrollView() {
     ......
    }.  
    .navigationBarTitle("") //this must be empty
    .navigationBarHidden(true)
    .navigationBarBackButtonHidden(true)
}
Posted by: Guest on January-23-2021

Code answers related to "swiftui .navigationbarhidden(true) not working"

Code answers related to "Swift"

Browse Popular Code Answers by Language