Skip to content

Instantly share code, notes, and snippets.

@ashishkakkad8
Created January 30, 2021 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashishkakkad8/4b055af29893784803ebe3ef3e1f0fc0 to your computer and use it in GitHub Desktop.
Save ashishkakkad8/4b055af29893784803ebe3ef3e1f0fc0 to your computer and use it in GitHub Desktop.
Navigation Bar with Title in SwiftUI
NavigationView {
Text("Hello, navigation!").padding()
.navigationBarTitle(Text("SwiftUI"), displayMode: .inline)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment