Skip to content

Instantly share code, notes, and snippets.

@WildStudio
Created September 4, 2019 14:00
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 WildStudio/cbbd24ebf217b909144e08ae90ce2b83 to your computer and use it in GitHub Desktop.
Save WildStudio/cbbd24ebf217b909144e08ae90ce2b83 to your computer and use it in GitHub Desktop.
Swift UI
struct ContentView: View {
var body: some View {
HStack {
Text("SwiftUI")
.padding(100)
Text("Basics")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment