Answers for "hide title swiftui navigationview"

2

navigationview hide header swiftui

.navigationBarHidden(true)
.navigationBarTitle(Text("Home"))
.edgesIgnoringSafeArea([.top, .bottom])
Posted by: Guest on October-06-2020

Code answers related to "hide title swiftui navigationview"

Code answers related to "Swift"

Browse Popular Code Answers by Language