sekhar
sekhar

Reputation: 263

How to draw dotted circles using graphics in iPhone sdk?

I am implementing a graphic based application. I am very new to graphics, I need to display a dotted circle in my view. Is it possible to draw a dotted circle using graphics?

Upvotes: 1

Views: 1076

Answers (1)

NSResponder
NSResponder

Reputation: 16861

See the method -setLineDash:count:phase: of the UIBezierPath class.

Upvotes: 1

Related Questions