Skip to content

Instantly share code, notes, and snippets.

@carson-katri
Created July 16, 2019 00:32
Show Gist options
  • Save carson-katri/7ff8aa69b11d951e63a7dae5c7acf64a to your computer and use it in GitHub Desktop.
Save carson-katri/7ff8aa69b11d951e63a7dae5c7acf64a to your computer and use it in GitHub Desktop.
func combineWords() -> TupleView<(Text, Text)> {
let _a = Text("Hello")
let _b = Text("World")
return ViewBuilder.buildBlock(_a, _b)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment