UIButton subclass which performs animation on selection (click). It is an Objective-C port of ButtonSelectionAnimation.
There are 4 different custom subclusses of UIButton. Hope it will be useful for you.
- Choose the animation you like.
- Clone or Download AnimatedButton github repo.
- Assign the chosen custom class to the button you want to animate. Custom classes are located in AnimatedButton folder.
- Check out ViewController.m class to see how to simply implement the animation into your code.
- Done! Enjoy the button animation :)
iOS 7.0+
MIT License