Skip to content

Instantly share code, notes, and snippets.

@jbadger3
Created November 12, 2020 17:17
Show Gist options
  • Save jbadger3/c66ae53db0c33c22367af20836a6d141 to your computer and use it in GitHub Desktop.
Save jbadger3/c66ae53db0c33c22367af20836a6d141 to your computer and use it in GitHub Desktop.
iOS manual keyboard dismissal
...
VStack {
TextView("", $myText)
}
.onTapGesture {
self.dismissKeyboard()
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment