Open Source iOS Library Making It Easier To Create Custom Shaped And Animated Components

Earlier this year I mentioned a nice example and tutorial on using Core Animation to create buttons with a very nice transition effect.

Here’s an interesting library that utilizes UIBezierPath and CAShapeLayer making it easier to draw custom animated shapes called Shapes from Denys Telezhk that is great for making custom animated UI components.

Included within the library is a UIView subclass that uses CAShapeLayer and provides a simple API for changing the path, fill and stroke colors for creating geometric shapes. There are also included features specifically for creating progress views, creating dimming views, and creating shaped buttons, and

These animated images from the readme of the included example nicely display these features:

ShapesShapes

ShapesShapes

You can find Shapes on Github here.

You can read more about shapes on the MLSDev blog.

There is also a nice guide on creating custom animated buttons with shapes in the Shapes Wiki.

A very nice library for creating custom shaped, animated user interface components.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source iOS Library Making It Easier To Create Custom Shaped And Animated Components

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