84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
请问这种动画效果怎么实现 从左下角一直画到右下角
用一种颜色的话我直接用贝塞尔曲线画出圆环,然后设置为layer.path 然后用 CABasicAnimation 的keyPath "strokeEnd",然后添加到layer层上
但是现在有三种颜色,不知道该怎么解决了. 是三个layer还是怎么办..求指导
ringa_lee
用3个layer,然后最短的在最上层。
你可以看看下面这个开源项目,它做了很多炫酷的图表,和你这个有点像。ios-charts
可以使用PaintCode或者quertzCode都可以实现
有种渐变填充颜色不知道能不能实现!http://blog.csdn.net/zhoutao198712/article/details/20864143
办法很多,层叠,直接画都可以=-=
用Canvas来画很简单的
用3个layer,然后最短的在最上层。
你可以看看下面这个开源项目,它做了很多炫酷的图表,和你这个有点像。
ios-charts
可以使用PaintCode或者quertzCode都可以实现
有种渐变填充颜色不知道能不能实现!http://blog.csdn.net/zhoutao198712/article/details/20864143
办法很多,层叠,直接画都可以=-=
用Canvas来画很简单的