Created
August 9, 2021 16:25
-
-
Save natebirkholz/d162929290099a64c9182c377a716f37 to your computer and use it in GitHub Desktop.
This file contains 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
let tapClosure: (UITapGestureRecognizer) -> () = { (tapRecognizer) in | |
print("In tap closure") | |
} | |
let recognizer = ClosureGestureRecognizer(action: tapClosure) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment