okmr-d / DOFavoriteButton

Cute Animated Button written in Swift.
MIT License
3.61k stars 297 forks source link

Fixes crashes when calling `select`. #26

Closed cyhsutw closed 8 years ago

cyhsutw commented 8 years ago

Fixes #25.

Cause: the original implementation of select is calling a method defined in UIResponder not our animation method.