Skip to content

Instantly share code, notes, and snippets.

@adellibovi
Last active June 7, 2019 20:08
Show Gist options
  • Save adellibovi/da345b6c577cc48573a6829ceb7b90cd to your computer and use it in GitHub Desktop.
Save adellibovi/da345b6c577cc48573a6829ceb7b90cd to your computer and use it in GitHub Desktop.
var body: some View {
VStack {
let a = SwiftUIBuilder.buildExpression(Text("First line"))
let b = SwiftUIBuilder.buildExpression(Text("Second line"))
return SwiftUIBuilder.buildBlock(a, b)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment