The source code in this repository should be read along side my blog post on creating an animated Pie Chart.
Some of the concepts in this code include:
- Use of Custom
CALayer
, thePieSliceLayer
- Animatable custom properties on a
CALayer
- A
UIView
that hosts thePieSliceLayer