Skip to content

Instantly share code, notes, and snippets.

@Jpunt
Created June 6, 2019 06:57
Show Gist options
  • Save Jpunt/b974b80be7e5c79aac41ba54de20bda0 to your computer and use it in GitHub Desktop.
Save Jpunt/b974b80be7e5c79aac41ba54de20bda0 to your computer and use it in GitHub Desktop.
var body: some View {
Group {
if x {
Text(“Something”)
} else {
Text(“Something else”)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment