Search code examples
iphonesdkuigesturerecognizeruitouch

Detecting circular touch iphone sdk


i want to detect when user uses one finger to make a circular motion on a UIView

any help will be appreciated


Solution

  • I know it's bad practice to answer with a bunch of links. But so is reinventing the wheel.

    Take a look at:

    Recognising a circle gesture to drop an annotation, how to detect circle?

    How to detect a circle motion with UIGestureRecognizer

    How to detect circular gesture via Gesture Recognizer?

    All the linked questions include accepted answers.