Snowflake is an open source Swift based library from Khoa Pham for working with SVG files.
SnowFLake allows you to display SVG data and loads it into a Shape and Style elements which can be modified, or you could manipulate the Shape and Style within code to create SVG elemnts in Swift.
The SVG elements are drawn using CASHapeLayer’s and can the different SVG laters can be manipulated as CAShapeLayers so you can do some great things such as Animation.
This image from the readme shows an example of animating an SVG image as a CAShapeLayer:
You can find Snowflake on Github here.
An interesting Swift SVG library.
Original article: Snowflake – A Swift SVG Library Featuring A Clean Syntax And Animatable Layers
©2016 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
Reference source: iOS App Dev Libraries, Controls, Tutorials, Examples and Tools