Skip to content

Instantly share code, notes, and snippets.

@tanmayb123
Last active June 16, 2019 18:50
Show Gist options
  • Save tanmayb123/47e20607958e810f32bdb3812ab5ad10 to your computer and use it in GitHub Desktop.
Save tanmayb123/47e20607958e810f32bdb3812ab5ad10 to your computer and use it in GitHub Desktop.
struct ContentView : View {
@State var stackLocation: CGPoint = .zero
var body: some View {
VStack(alignment: .leading) {
Text("Hello World")
.font(.largeTitle)
.bold()
Text("This is my test app.")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment