I would like to track a ONE finger rotary gesture how do I intercept that gesture?
To give you a visual example: the same gesture that you would have used with an old disc phone.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
May I suggest the
UIRotationGestureRecognizerclass? As long as you don’t need to support < iOS 3.2 it will save you much headache trying to build your own gesture recognition mechanism.Apple Documentation