Answers for "navigation title and bar hidden swiftui"

2

navigationview hide header swiftui

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

swift show title on navigation bar programmatically

override func viewDidLoad() {
     super.viewDidLoad()
     self.title = "Your title over here"
}
Posted by: Guest on July-02-2020

Code answers related to "navigation title and bar hidden swiftui"

Code answers related to "Swift"

Browse Popular Code Answers by Language