Skip to content

Instantly share code, notes, and snippets.

@noppefoxwolf
Created March 8, 2020 05:59
Show Gist options
  • Save noppefoxwolf/a94599775c57a69bb3277f2f8f0914fb to your computer and use it in GitHub Desktop.
Save noppefoxwolf/a94599775c57a69bb3277f2f8f0914fb to your computer and use it in GitHub Desktop.
struct ContentView: View {
var body: some View {
NavigationView {
List {
NavigationLink(destination: Text("text")) {
Text("ok")
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment