Re: How to double tap event on a UIButton
Re: How to double tap event on a UIButton
- Subject: Re: How to double tap event on a UIButton
- From: Matt Neuburg <email@hidden>
- Date: Tue, 21 Sep 2010 18:59:46 -0700
- Thread-topic: How to double tap event on a UIButton
On Mon, 20 Sep 2010 06:38:32 +0200, " Jonathan Chac?n "
<email@hidden> said:
>What can I manage the double tap gesture on a UIButton?
Or (still carrying on from my previous note, sorry) use the technique shown
in the docs: on the first tap, start a delayed performance to do the
single-tap response, and then when the second tap arrives, if it's within a
short time of the first tap, cancel the delayed performance and do the
double-tap response instead. m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.apeth.net/matt/default.html#applescriptthings
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden