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.
- iOS UIView Category Allowing You To Set Up Customizable Animation Properties
- Open Source Tween Library W/Concise UIView Animation Syntax And Ability To Tween Any Numeric Value
- Custom UIView Tutorial – 5-Star Ratings View
- A Library Making It Easier To Create Advanced Visual Effects On Your Views Using CATransform3D
- Open Source Library Allowing You To Easily Record What’s Happening In A UIView
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.