Library Providing An Easy Way To Apply Animations To A UIView With Custom Easing Functions

Previously I mentioned PRTween, a library that provides a number of easing functions that you can use with UIView’s.

Here’s another great library from Zoreslav Khimich for UIView animation that allows you to apply easing to any animatable UIView properties called UIView-EasingFunctions.

UIView-EasingFunctions provides a UIView category, and with your own easing functions, or that from an already existing library allows you to apply the functions using a blocks based syntax.

You can find UIView-Easing functions on Github here.

An Objective-C library with an extensive collection of easing functions called AHEasing that you can plug right into UIView-Easing can be found on Github here.

A great UIView animation library.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Library Providing An Easy Way To Apply Animations To A UIView With Custom 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 *