views:

319

answers:

1

Hi Everyone,

Is there a way to increase the frequency calls of touchesMoved than the default? I need more calls of it to draw a smooth circle. It gets called not too frequent by default and so I get an edgy circle. Is there a way to tweek the frequency of touchesMoved calls?

Thanks

A: 

I think this is what you are looking for:

UIBezierPath

It comes with code examples, etc.

pau.estalella
iPhoneOS doesn't have NSBezierPath. (It has UIBezierPath but only since 3.2)
KennyTM
ouch, that's true. editing the answer.
pau.estalella
This will work for me, I am doing development for the iPad. Thanks
Erika