Skip to content

Instantly share code, notes, and snippets.

@gahntpo
Created June 21, 2020 11:33
Show Gist options
  • Save gahntpo/d8257731da5b8017e824e18cbcc7636d to your computer and use it in GitHub Desktop.
Save gahntpo/d8257731da5b8017e824e18cbcc7636d to your computer and use it in GitHub Desktop.
SwitUI problem with NavigationLinks and environmentObjects
NavigationLink(destination: FirstDetailView().environmentObject(self.nav),
isActive: self.$nav.detailIsShown) {
Text("show me the details")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment