Skip to content

Instantly share code, notes, and snippets.

@tyirvine
Created October 29, 2020 20:14
Show Gist options
  • Save tyirvine/38a7df3c69a7a7453aca6e99a9e8e637 to your computer and use it in GitHub Desktop.
Save tyirvine/38a7df3c69a7a7453aca6e99a9e8e637 to your computer and use it in GitHub Desktop.
Swift Shorthand Example
Button(action: self.textField.value?.becomeFirstResponder()) {
Text("Bonk")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment