Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 481 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 481 Bytes

SwiftAnimation-Proof-Of-Concept

A small effort to learn how easy or simple is to play with UIBezierPath , CoreAnimation using swift.

- UIBezierPath is used to draw line/shape.
- CoreAnimation is used to animate bezier path.

This example shows the basic usage of CoreAnimation APIs.

All the animation is worked on CAShapeLayer(iOS 8.0 and above).

swiftanimation