Answers for "swiftui how to hide navigation title when switched to new view"

2

navigationview hide header swiftui

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

Code answers related to "swiftui how to hide navigation title when switched to new view"

Code answers related to "Swift"

Browse Popular Code Answers by Language