Skip to content

Instantly share code, notes, and snippets.

@llinardos
Last active November 5, 2017 23:37
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 llinardos/6c5100a3e56145f319ee77810fa68021 to your computer and use it in GitHub Desktop.
Save llinardos/6c5100a3e56145f319ee77810fa68021 to your computer and use it in GitHub Desktop.
func aMethod() {
aView.onTap { /* action */ }
// or
Tap.on(aView) { /* action */ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment