Skip to content

Instantly share code, notes, and snippets.

@laevandus
Last active August 30, 2020 00:46
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 laevandus/f35780a68d85767a6ae176410748ff28 to your computer and use it in GitHub Desktop.
Save laevandus/f35780a68d85767a6ae176410748ff28 to your computer and use it in GitHub Desktop.
var body: some View {
NavigationView {
Form {
Section {
makeFruitPicker()
makePlanetPicker()
}.navigationBarTitle("Pickers")
}
}.navigationViewStyle(StackNavigationViewStyle())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment