Re: How to double tap event on a UIButton

2010-09-21 Thread Matt Neuburg
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? Make a view that *looks* like a button and use gesture recognizers. m. -- matt neuburg, phd = m...@tidbits.com, http://www.tidbits.com/matt/ A fool + a tool +

Re: How to double tap event on a UIButton

2010-09-21 Thread Matt Neuburg
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

How to double tap event on a UIButton

2010-09-19 Thread Jonathan Chacón
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