Implementing tracing gestures on iPhone

Posted by bmoeskau on Stack Overflow See other posts from Stack Overflow or by bmoeskau
Published on 2010-06-09T05:12:20Z Indexed on 2010/06/09 5:22 UTC
Read the original article Hit count: 259

I'd like to create an iPhone app that supports tracing of arbitrary shapes using your finger (with accuracy detection). I have seen references to an Apple sample app called "GestureMatch" that supposedly implemented exactly that, but it was removed from the SDK at some point and I cannot find the source anywhere via Google. Does anyone know of a current official sample that demonstrates tracing like this? Or any solid suggestions on other resources to look at? I've done some iPhone programming, but not really anything with the graphics API's or custom handling of touch gestures, so I'm not sure where to start.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk