Skip to content

Instantly share code, notes, and snippets.

@BLCKBIRDS
Last active August 9, 2019 09:51
Show Gist options
  • Save BLCKBIRDS/7f8a7a7f956cf73bd48f5f4b919fd521 to your computer and use it in GitHub Desktop.
Save BLCKBIRDS/7f8a7a7f956cf73bd48f5f4b919fd521 to your computer and use it in GitHub Desktop.
struct ContentView : View {
@State var username: String = “"
var body: some View {
VStack {
//...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment