Last active
July 16, 2019 00:34
-
-
Save carson-katri/cfa0d4cac3adc9a0b1bf4d77d27400ed to your computer and use it in GitHub Desktop.
Stack Builder Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ViewBuilder | |
func combineWords() -> TupleView<(Text, Text)> { | |
Text("Hello") | |
Text("World") | |
} | |
combineWords() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment