tags:

views:

67

answers:

1

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.

A: 

According to Apple Developer Technical Support this is by design.

Dylan Copeland