问题
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.
回答1:
According to Apple Developer Technical Support this is by design.
来源:https://stackoverflow.com/questions/2679532/uiresponder-delays