jjzjj

filledCircleShape

全部标签

ios - 如何为 CAShapeLayer 的填充设置动画?

我有一个圆形的CAShapeLayer,我想为其填充动画。我已经将我的CAShapeLayer创建为-(void)viewDidLoad{[superviewDidLoad];//FilledlayerCAShapeLayer*filledCircleShape=[CAShapeLayernew];filledCircleShape.frame=CGRectMake(100,100,100,100);filledCircleShape.fillColor=[UIColorpurpleColor].CGColor;filledCircleShape.strokeColor=[UIColo