On Mon, 20 Sep 2010 06:38:32 +0200, " Jonathan Chac?n " <tyflos2...@gmail.com> 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 = m...@tidbits.com, <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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com