
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:
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.
- Tutorial: Using Core Animation To Apply Custom Animations To UITableView Cells
- Tutorials: Xcode 4 Beginner Screencasts
- New iOS 5 Storyboard Tutorials Added
- iOS UIView Category Allowing You To Set Up Customizable Animation Properties
- Tutorial: Guide On Using The iOS 7 UI Transition API To Create Custom View Transitions
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.