Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 996 Bytes

File metadata and controls

26 lines (15 loc) · 996 Bytes

LineAndCircleScaleView

####直线与圆圈比例显示,圆圈形式中分为2种动画效果. 若需具体释义,可移步简书.http://www.jianshu.com/p/b752af66884d

####一:主要实现:

(1)线形图-使用简单animateWithDuration改变frame即可.

(2)圆形图有两种形式: 1.CABasicAnimation. 2.NSTimer改变圆形path的endAngle

####二:实现效果

(1)线形图-显示比例动画

image

(1)圆形图-CABasicAnimation显示比例动画

image

(1)圆形图-NSTimer显示比例动画

image