24

UIView Animation Extensions is a useful category on UIView containing a set of most commonly used animations like rotation or flip and others.

It is designed to be as easy to integrate and use as possible to speed up everyday development tasks. All the methods are well documented and described.

Furthermore, the category comes along with a small demo project where you can see the animations in action. Current version of the category includes following animations:

  • Rotation
  • Flip
  • Horizontal Shake
  • Vertical Shake
  • Motion Effects
  • Pulse

Samples

Flip Animation

Flip Animation


Rotation Animation

Rotation Animation


Pulse Animation

Pulse Animation


Horizontal Shake Animation

Shake Animation

Read full article about UIView Animation Extensions

UIView Animation Extensions on GitHub