PieGraphSampler
It is a sample project created to make a presentation on iOSDC 2018.
Install / Use
/learn @masashi-sutou/PieGraphSamplerREADME
PieGraphSampler
PieGraphSampler is a sample project created to make a presentation on iOSDC 2018.
Feature
-
draw pie graph
- UIBezierPath
-
infinite rotate animation
- CAShapeLayer
- CATextLayer
- CABasicAnimation
- CADisplayLink
- UnitBezier
- https://github.com/WorldDownTown/CurvingProgressBarSample/blob/master/CurvingProgressBarSample/UnitBezier.swift
- AnimationCurve
- https://github.com/WorldDownTown/CurvingProgressBarSample/blob/master/CurvingProgressBarSample/AnimationCurve.swift
-
support to gestures
- UITapGestureRecognizer
- UIPanGestureRecognizer
