I am creating a game, where you control using swipes and I wanted to know if it is possible to handle sideways swipes using UIGestureRecodnizer?
If so how do I do it.
In other word:
Instead of having 4 directions, how do I get 8:
From up,down,right,left to upleft,upright,downright,downleft,up,down,right,left ?
Also how do can I properly differ between a double swipe and a two single swipes, does UIGestureRecognizer have an inbuilt timeout?