views:

48

answers:

1

Just wondering how to draw an ellipse using CoreGraphics.

+1  A: 

CGContextStrokeEllipseInRect or CGContextFillEllipseInRect

Noah Witherspoon
or CGContextAddEllipseInRect, or CGPathAddEllipse
Joshua Weinberg