Tuesday 15 April 2014

cocoa touch - Avoiding Registering Taps for .25 seconds after a double tap in Objective-C -


Now I have to have two tap zoomed on one view and one tap brings a new view The problem is that the current If the user triple faucets, then the new view will still be visible after the zoom is completed. I want to disable taping for 0.25 seconds after double-tap / zoom. What is the best way to do this? I already have a method that has been removed after it has been completely zoomed, so I can throw it there.

Thank you!

You might want to zoom and see not on starting For something simple as the userInteractionEnabled setting, yes while completing the zoom.

No comments:

Post a Comment