Skip to content

Instantly share code, notes, and snippets.

@smrfeld
Created November 26, 2021 04:20
Show Gist options
  • Select an option

  • Save smrfeld/d4f35271ff884c62eff72aeb699a397e to your computer and use it in GitHub Desktop.

Select an option

Save smrfeld/d4f35271ff884c62eff72aeb699a397e to your computer and use it in GitHub Desktop.
Lazy navigation link example
// Lazy navigation link
NavigationLink {
NavigationLazyLoadView(
DetailView(idx: idx)
)
} label: {
Text("Go to \(idx)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment