AnimatedButton icon indicating copy to clipboard operation
AnimatedButton copied to clipboard

UIButton subclass which performs animation on selection

AnimatedButton

UIButton subclass which performs animation on selection (click). It is an Objective-C port of ButtonSelectionAnimation.

Description

There are 4 different custom subclusses of UIButton. Hope it will be useful for you.

Screenshot

Usage / Installation

  • 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 :)

Requirements

iOS 7.0+

License

MIT License