how do i count double tap in simulator?
|
feedback
|
| |||
|
feedback
|
|
Implement one of the touch functions defined in UIResponder (touchesBegan, touchedEnded, etc...). When you get the touches array, you can get a UITouch's tap count using code like this:
| |||||
feedback
|