iOS Advanced Gestures: Getting Swipe Direction Vector

Viewed 11011

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?

1 Answers
Related