Just wondering how to draw an ellipse using CoreGraphics.
views:
48answers:
1
+1
A:
CGContextStrokeEllipseInRect
or CGContextFillEllipseInRect
Noah Witherspoon
2010-07-12 20:34:18
or CGContextAddEllipseInRect, or CGPathAddEllipse
Joshua Weinberg
2010-07-12 21:04:42