How do I accelerate the touchesBegan event firing? - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T18:49:48Zhttp://stackoverflow.com/feeds/question/1064651http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1064651/how-do-i-accelerate-the-touchesbegan-event-firing0How do I accelerate the touchesBegan event firing?nico2009-06-30T16:20:26Z2009-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#10802850Answer by nico for How do I accelerate the touchesBegan event firing?nico2009-07-03T17:38:12Z2009-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>