Skip to content

Instantly share code, notes, and snippets.

@tanmayb123
Created June 16, 2019 18:52
Show Gist options
  • Select an option

  • Save tanmayb123/d693985469918dc62c87af4bad18f4d9 to your computer and use it in GitHub Desktop.

Select an option

Save tanmayb123/d693985469918dc62c87af4bad18f4d9 to your computer and use it in GitHub Desktop.
VStack(alignment: .leading) {
Text("Hello World")
.font(.largeTitle)
.bold()
Text("This is my test app.")
}
.offset(x: stackLocation.x, y: stackLocation.y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment