Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 iPad 中旋转圆圈。我已经插入了 swipegesture 事件。但是我想在 touchMoved 和 swipeEvent 中进行不同的操作。但是当我做触摸移动时,会调用 swipw 手势,我必须做什么,有什么帮助吗?
刷卡:
NSEventTypeSwipe 表示滑动手势的事件。适用于 Mac OS X v10.6 及更高版本。在 NSEvent.h 中声明。
和
触摸移动:
当一根或多根手指在相关视图中移动时发送到接收器。
所以当任何事情发生时,滑动不能用来编码一些东西,比如 touches.swipe 用于识别触摸事件。