Is it possible to use UIGestureRecognizer to create detectors for custom gestures?
Suppose I want to detect gestures that identify letters like A, B, C, etc.
Can you guys point me broadly the way to do that?
thanks.
Is it possible to use UIGestureRecognizer to create detectors for custom gestures?
Suppose I want to detect gestures that identify letters like A, B, C, etc.
Can you guys point me broadly the way to do that?
thanks.
Take a look at this article. It should give you a good head start. It's from Erica Sadun's superb book Core iOS 6 Developer's Cookbook
Also, you can see this question