Open Source iOS UIView Animation Library Adding 25 Easing Functions

I’ve mentioned some excellent libraries for easier UIView animations most recently this Cocos2D CCAction inspired UIKit animation library.

MTAnimation is another excellent library for UIView animation from Mysterious Trousers.

MTAnimation provides 25 easing functions, and provides a number of advantages over some of the other available libraries – as the readme states:

– Methods very similar to Apple’s API.
– No Swizzling or other dangerous nonsense.
– No need to mess with keypaths, just change the properties on UIView and you’re golden.
– Proper transform matrix interpolation, so rotations look correct.
– Install with cocoapods.
– Category method properly prefixed.

Here’s an animation showing MTAnimation in action:

MTAnimation

You can find MTAnimation on Github here.

A nice animation library.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source iOS UIView Animation Library Adding 25 Easing Functions

©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *