steve
steve

Reputation: 1

drawing shapes with core graphics that aren't filled in (circle with just border)

HI, i'm trying to draw a circle in my iphone app that just draws a circle with no fill. Any tips on how to do this? I was trying to use CGContextSetStrokePattern but I have no idea how to define a pattern?

Upvotes: 0

Views: 678

Answers (1)

Joshua Nozzi
Joshua Nozzi

Reputation: 61228

How about no pattern and using CGContextStrokePath()?

Upvotes: 2

Related Questions