Created
October 29, 2020 20:14
-
-
Save tyirvine/38a7df3c69a7a7453aca6e99a9e8e637 to your computer and use it in GitHub Desktop.
Swift Shorthand Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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