Cirque
Cirque copied to clipboard
An iOS component that enables you to draw multi color circle strokes with gradient trasitions between colors
Add custom animation support. From #1 Initial thoughts: - Separate drawing into separate subclass of CALayer - Properties of CALayer subclass to animate are properties in parent UIView class -...
This pull request will allow the stroke to progress counter-clockwise along a path. When calculating the start and final angles in `drawGradient()` and `drawSolid()`, a quick overload of the +...
When the sum of dataPoints == 1.0 theres a "hard" transition like this: Maybe we need a flag to determine if this transition should be hard or soft?
Provide a playground. Its easier to get running.