是否可以在SpriteKit中更改摇动手势的灵敏度?具体来说,我们希望以比默认值更快的抖动触发摇动手势。 Apple文档中不清楚:https://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/motion_event_basics/motion_event_basics.html。
此SO帖子也已过时:iPhone App increase Shake gesture Sensitivity
是使用加速度计数据实现自定义处理程序的唯一选择吗?或者使用陀螺仪数据会更好?