UIResponder Delays

安稳与你 提交于 2019-12-25 02:53:53

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!