How to double tap event on a UIButton
How to double tap event on a UIButton
- Subject: How to double tap event on a UIButton
- From: "Jonathan Chacón" <email@hidden>
- Date: Mon, 20 Sep 2010 06:38:32 +0200
Hello,
I have some UIButtons in a UIView. They have an action for the UIControlEventTouchUpInside (tap gesture). I use this code:
[tmpUIButton addTarget:self action:@selector(cellClick:) forControlEvents:UIControlEventTouchUpInside];
Now I want add a new action for my buttons when the user do the double tap gesture on a button. I used the UIControlEventTouchDownRepeat but this doesn't work.
What can I manage the double tap gesture on a UIButton?
thanks
Regards
Jonathan Chacón Barbero
Accessibility, usability and new technologies consultant
Phone: +34 679953948
e-Mail: email@hidden
Blog: http://programaraciegas.weblog.discapnet.es
Twitter: http://www.twitter.com/jonathanchacon
LinkedIn: http://es.linkedin.com/in/jonathanchacon
Facebook: http://www.facebook.com/jonathan.chacon.barbero
Messenger: email@hidden
Skype: Tyflos_
Ping for iPhone: jchacon
_______________________________________________
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