Skip to content

Instantly share code, notes, and snippets.

@badrinathvm
Last active January 18, 2020 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badrinathvm/a9459468865bb15d15c2a84ded642b43 to your computer and use it in GitHub Desktop.
Save badrinathvm/a9459468865bb15d15c2a84ded642b43 to your computer and use it in GitHub Desktop.
@available(iOS 13.0, *)
struct SwiftUIView: View {
var body: some View {
VStack {
Text("Welcome to SwiftUI")
.padding()
.font(.system(size: 15))
Spacer()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment