vhesener / Closures

Swifty closures for UIKit and Foundation
MIT License
1.74k stars 146 forks source link

If you just need some ui tap callback by closure, you can think of using this project #40

Closed mithyer closed 6 years ago

mithyer commented 6 years ago

It's a very tiny project, the amount of code is much less. Supporting UIControl, UIBarButtonItem, UIGestureRecognizer, UIView tap action callback by closure.

https://github.com/mithyer/Selector-Closure

If you have any suggestion, tell me.