Skip to content

Instantly share code, notes, and snippets.

@BLCKBIRDS
Last active August 9, 2019 09:50
Show Gist options
  • Save BLCKBIRDS/0b0cec7d41f9b8bfe9082ddd2cafc699 to your computer and use it in GitHub Desktop.
Save BLCKBIRDS/0b0cec7d41f9b8bfe9082ddd2cafc699 to your computer and use it in GitHub Desktop.
struct ContentView : View {
var username: String = “"
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