Created
June 16, 2019 18:52
-
-
Save tanmayb123/d693985469918dc62c87af4bad18f4d9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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