开发者

How to draw dotted circles using graphics in iPhone sdk?

开发者 https://www.devze.com 2023-01-23 06:08 出处:网络
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?See the met

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消