What is SwiftyGestureRecognition?

A drop-in library for extending UIGestureRecognizers to aid in prototyping with them in Xcode Playgrounds.

Definitely not prime for shipping I wrote it just for demo purposes, but it’s fun to mess with. Use it to write less boilerplate code when trying out UIGestureRecognizers in Xcode Playgrounds.

Was built for my presentation at try! Swift 2016, so be sure to check out my talk when it’s posted! 😀

Example includes a playground that shows logging a UIPanGestureRecognizer.

Overview