Skip to content

Instantly share code, notes, and snippets.

@aheze
Last active July 4, 2020 19:08
Show Gist options
  • Select an option

  • Save aheze/ef2840733b6a7e623099997ece055c95 to your computer and use it in GitHub Desktop.

Select an option

Save aheze/ef2840733b6a7e623099997ece055c95 to your computer and use it in GitHub Desktop.
Button(action: {
/// This is only called when the user LIFTS their finger off the button (Touch Up Inside)
print("Pressed!")
}) {
Text("Click me!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment