Increase frequency calls touchphonesMoved

Is there a way to increase the touchsMoved frequency calls than the default? I need more calls to draw an even circle. By default, it is called not too frequent, so I get a sharp circle. Is there a way to tweek the frequency of touchsMoved calls?

thank

+2


source to share


1 answer


I think this is what you are looking for:

UIBezierPath



It comes with code examples, etc.

+1


source







All Articles