Skip to content

Instantly share code, notes, and snippets.

@BLCKBIRDS
Last active August 9, 2019 09:50
Show Gist options
  • Save BLCKBIRDS/33f378a0e2c625729a9e1136506d50d7 to your computer and use it in GitHub Desktop.
Save BLCKBIRDS/33f378a0e2c625729a9e1136506d50d7 to your computer and use it in GitHub Desktop.
import SwiftUI
struct ContentView : View {
var body: some View {
VStack {
WelcomeText()
UserImage()
TextField(title:, text:)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment