I'm trying to draw a circle using UIBezierPath(ovalInRect: CGRectMake())
. Then I'll change the strokeEnd
property. When this happens, either end of the circular line have sharp corners. Is there any way to round out these corners?
(I would like to make the beginning and end of this line curved)