Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created May 29, 2021 20:30
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 iosdevie/5affe88fc694e7cdb829d9d794c9445b to your computer and use it in GitHub Desktop.
Save iosdevie/5affe88fc694e7cdb829d9d794c9445b to your computer and use it in GitHub Desktop.
.onTapGesture {print("This will work")}
.onLongPressGesture(minimumDuration: 0.1){print("This will work")}
.onLongPressGesture(minimumDuration: 0.1){print("This will work")}
.onTapGesture {print("This would not be recognised")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment