Skip to content

Instantly share code, notes, and snippets.

@BLCKBIRDS
Created July 2, 2019 06:27
Show Gist options
  • Save BLCKBIRDS/6d1c42f49b74d8b6619f62337cbcea7a to your computer and use it in GitHub Desktop.
Save BLCKBIRDS/6d1c42f49b74d8b6619f62337cbcea7a to your computer and use it in GitHub Desktop.
struct ContentView : View {
var body: some View {
VStack {
Text("Welcome!")
.font(.largeTitle)
.fontWeight(.semibold)
.padding(.bottom, 20)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment