Reputation: 801
Just wondering how to draw an ellipse using CoreGraphics.
Upvotes: 3
Views: 3255
Reputation: 57139
CGContextStrokeEllipseInRect or CGContextFillEllipseInRect
CGContextStrokeEllipseInRect
CGContextFillEllipseInRect
Upvotes: 6