iOS Advanced Gestures: Getting Swipe Direction Vector
Looking through the documentation , it seems that the new advanced gestures API doesn't determine the direction of a swipe beyond the basic { left, right, up, down }. I need the start point of the swipe and the direction. Is there anyway to retrieve this other than coding my own advanced gesture library from scratch out the basic gestures? And if this is my only option, could anyone point me to some open source code that does this? P i Got it! Documentation is here , under ' Creating Custom Gesture Recognizers ' at the bottom. Basically the six gestures Apple provides all derive from