Single touch event always get fired with double touch
Hi,
Working on UITouch, whenever double touches (click), it seems that the tapCount==1 event fired before tapCount==2 event.
Is there any method to get ride of the single tap mis-behaviour issue ?
|