Library Allowing You To Implement Many Custom Animation Effects Code-Free In Xcode Storyboards

I’ve mentioned a number of libraries created to simplify the programming of UIKit animations most recently RBBAnimation that allows you to create your animations with a clean blocks style syntax.

Here’s a library from Jamz Tang and Meng called Canvas created for designers that takes a different approach.

Canvas allows you to implement a wide number of animations without code, and provides components making it easier to use custom fonts, implement blurring, and changing the status bar color – all designed to be done without code.

To use the animations within Canvas you simply need to set a view to use the included custom class, set the animation name, and other properties such as duration and delay – a full tutorial showing how to do just that is included.

Here’s an image from the readme showing off the available animations:

Canvas

You can find out more and download Canvas from the home page here.

The usage tutorial for Canvas can be found here.

Looks like a great library for implementing graphical effects without needing to enter any code.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Library Allowing You To Implement Many Custom Animation Effects Code-Free In Xcode Storyboards

©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 *