Skip to content

Instantly share code, notes, and snippets.

@hrvolapeter
Created September 6, 2020 07:51
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/35920ac36c506eaa0b920088a608148f to your computer and use it in GitHub Desktop.
Save hrvolapeter/35920ac36c506eaa0b920088a608148f to your computer and use it in GitHub Desktop.
var body: some View {
Group {
if (authenticationService.user == nil) {
LoginView()
} else {
NoteListView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment