Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created January 14, 2021 03:15
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 azamsharp/cd434ff449cdd93608a1f3ca183413b1 to your computer and use it in GitHub Desktop.
Save azamsharp/cd434ff449cdd93608a1f3ca183413b1 to your computer and use it in GitHub Desktop.
NavigationView {
VStack {
Button(action: {}, label: {
Navigator.navigate(.detail("USA"), content: {
Text("GO")
})
})
.navigationTitle("Countries")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment