Triple tap with UITapGestureRecognizer
Posted
by JK
on Stack Overflow
See other posts from Stack Overflow
or by JK
Published on 2010-05-14T12:12:01Z
Indexed on
2010/05/14
12:14 UTC
Read the original article
Hit count: 261
ipad
|cocoa-touch
I have implemented 3 gesture recognizers - single, double and triple tap. Single and double works perfectly, but the 3 tap gesture is interpreted as a 2 tap gesture, despite the number of taps being set correctly. Does a 3 tap gesture require additional code? Thank you
© Stack Overflow or respective owner