Skip to content

Instantly share code, notes, and snippets.

@alcidesjuniorkobe
Created July 22, 2020 02:22
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 alcidesjuniorkobe/2fa5b9165ffbfc2309bd944085ac07c8 to your computer and use it in GitHub Desktop.
Save alcidesjuniorkobe/2fa5b9165ffbfc2309bd944085ac07c8 to your computer and use it in GitHub Desktop.
TextField(
"Novo item",
text: viewStore. // how to do here?
)
.textFieldStyle(RoundedBorderTextFieldStyle())
Spacer()
Button(action: {
viewStore.send(.adicionarItem(viewStore.novoItem))
}) {
Image(systemName: "hand.thumbsup.fill")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment