标签: ios objective-c core-animation calayer
我已经拥有UIGraphicsGetCurrentContext个对象,我想通过CABasicAnimation在其上创建动画。问题是当UIGraphicsGetCurrentContext或CGContextStrokePath(线条,矩形,圆形,椭圆,......)绘制对象时,我无法控制它们。
UIGraphicsGetCurrentContext
CABasicAnimation
CGContextStrokePath
我想将CGContextFillRect个对象添加到图层中。我该怎么办?
CGContextFillRect