문제

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.

도움이 되었습니까?

해결책

May I suggest the UIRotationGestureRecognizer class? 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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top