How do I accelerate the touchesBegan event firing? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T18:49:48Z http://stackoverflow.com/feeds/question/1064651 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1064651/how-do-i-accelerate-the-touchesbegan-event-firing 0 How do I accelerate the touchesBegan event firing? nico 2009-06-30T16:20:26Z 2009-07-03T17:38:12Z <p>Hello, I have a UIView where I use the touchesbegan event, but I realized that once I put my finger on it, the touchesBegan event takes like 1 or 2 seconds to fire. How can I make this happen faster?</p> <p>thanks!!!</p> http://stackoverflow.com/questions/1064651/how-do-i-accelerate-the-touchesbegan-event-firing/1080285#1080285 0 Answer by nico for How do I accelerate the touchesBegan event firing? nico 2009-07-03T17:38:12Z 2009-07-03T17:38:12Z <p>After trying some stuff out, I realized that the delay happens only on custom UIButtons. If I "simulate" a button with a regular UIView subclass I get the correct behaviour.</p>