views:

28

answers:

1

Hi all,

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 in using graphics, can you guys please help how to do it?

Thanks in advance, S.

+1  A: 

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

NSResponder