标签: iphone ipad uigesturerecognizer
是否可以设置UIRotationGestureRecognizer转换为UIGestureRecognizerStateRecognized所需的最小轮值?我正在使用多个识别器,并且我的UIRotationGestureRecognizer通过非常小的旋转(在任一方向1到15度之间)而不是我的UIPinchGestureRecognizer来调用。
UIRotationGestureRecognizer
UIGestureRecognizerStateRecognized
UIPinchGestureRecognizer
我想做的只是在旋转在一定范围内时调用旋转,否则取消旋转并调用夹点。
答案 0 :(得分:0)
没有这样的方法。
但是,您可以查看手势识别器的the .rotation property,并确定是否需要采取任何措施。
.rotation