I m working with iOS 4 and working with UIGestureRecognizer .

my question is how can you create / detect a rub gesture on a table view cell . By rub gesture i mean how can i detect a right followed by a left swipe . i know how to detect left and right swipes individually and also on detecting it i know how to enable the editing for a single table view cell on which the swipe is made .. The main question is how to detect right swipe followed by left swipe or a left swipe followed by right swipe.

All ideas are welcomed.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Use a very simple state machine to implement the sequence of swipes both ways.

link|improve this answer
could you be a bit more explainatory – kush Oct 11 '11 at 4:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.