janselv / fave-button

FaveButton is an iOS cute animated like button written in Swift.
MIT License
1.51k stars 201 forks source link

Add a callback that fires instantly when the button is clicked #41

Closed farktronix closed 5 years ago

farktronix commented 5 years ago

The didSelected delegate callback happens after a one second delay so that it matches the animation, but some applications need a callback immediately when the user taps the button. This patch provides the best of both worlds.

farktronix commented 5 years ago

Closing for now, since this should be an optional callback on the delegate. I'll be back with something better.