UIResponder Delays

Posted by Dylan Copeland on Stack Overflow See other posts from Stack Overflow or by Dylan Copeland
Published on 2010-04-21T00:07:25Z Indexed on 2010/04/21 0:13 UTC
Read the original article Hit count: 675

Filed under:
|

I have a UIView subclass that overrides UIResponder's touchesMoved: message. I've noticed that when I swipe my finger very quickly across the UIView, my touchesMoved: message only gets called every so often and not constantly getting messaged.

Any ideas?

Thanks.

© Stack Overflow or respective owner

Related posts about uikit

Related posts about iphone-sdk