CALayer as SubLayer Not Visible
问题 I am trying to built an animated circle which would be drawn clockwise until it becomes complete circle as illustrated in iPhone Core Animation - Drawing a Circle Problem is that CALayer object is not added or build. I tested and saw that it is not accessing my drawInContext:CGContextRef and animatingArc methods. What so far I have done is: In AnimateArc.h @interface AnimateArc : CALayer { CAShapeLayer *circle; } -(void) animatingArc; @end In AnimateArc.m -(void) drawInContext:(CGContextRef