Skip to content

Instantly share code, notes, and snippets.

@hrvolapeter
Created September 6, 2020 08:33
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 hrvolapeter/ef4be70430e6db23a0af5b9fa2a1eb0b to your computer and use it in GitHub Desktop.
Save hrvolapeter/ef4be70430e6db23a0af5b9fa2a1eb0b to your computer and use it in GitHub Desktop.
zetten note list
VStack {
NavigationLink(destination: NoteDetailView(note: note)){
NoteRow(note: note)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment