I want to draw CGPath on CALayer, but when I render CGPath in CALayer it always draw in the main UIView. Tell me how can I draw CGPath on CALayer.
When I try to draw path on CALayer it gives me something like this:
Use a CAShapeLayer and its 'path' property to draw a CGPath to a CALayer.