Closed nickcharlton closed 8 years ago
Thanks for your pull request! I'll merge it! I have a few that I want to change. I'll let you know the change points later;)
I Added changes to your pr:) Main reason is for simplicity. Changes are below:
https://github.com/morizotter/SwiftyDrop/commit/a1ee745e46e18367f29afc91e24b08ac9ab98a6e
I hope you are pleased with these changes:)
@nickcharlton
Wonderful, thank you!
And yes, completely happy with your changes!
This adds the ability for a Drop to execute a closure when tapped. In addition to the action completion block, it also has a
userInfo
dictionary which can allow a user to pass along data to work with when the closure executes, such as when using a Drop to respond to a Push Notification.