vhesener / Closures

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

SwiftPM, Xcode11 and iOS 13 support #50

Closed yoiang closed 5 years ago

yoiang commented 5 years ago

Lemme know how it looks! 🖖

I'm sure you've given it some thought, property wrappers may save a ton of this boiler plate but more importantly be potentially a lot safer! In the midst of updating the tests I noticed a mismatched case, totally easy to do accidentally with such repetitive, dense code. Also means the tests might need to be elaborated on and test actual one to one calling.

vhesener commented 5 years ago

Ok I appreciate this. I need a little time to review but I have it in my queue.

yoiang commented 5 years ago

My pleasure, thanks so much for sharing the library!

vhesener commented 5 years ago

Can you please resubmit this to the develop branch instead of master?

yoiang commented 5 years ago

Sure!