我怎样才能知道滑动手势识别器的力量?
我想用滑动手势识别器将图像移动到右侧或左侧,我已经使用CCMoveTo函数移动图像,但我不知道如何移动图像的速度更快或更慢取决于刷卡。
如果用户进行强力扫描,则图像移动速度应比用户轻扫时快。
任何人有任何建议?
这就是UIPanGestureRecognizer
的属性velocity
。 你可以在Paul Hegarty的课堂08(我认为是cs193p)中看到一个例子。 这里是从iTunes U下载它的链接
一个UISwipeGestureRecognizer
是一个镜头。 它在设备检测到手势并在此之后完成时触发。
如果你想了解更多关于手指移动的信息,你应该检查UIPanGestureRecognizer。
链接地址: http://www.djcxy.com/p/27043.html上一篇: How can I Know the force of a swipe Gesture Recognizers?
下一篇: (Android/iphone) Image gallery with multiple images is giving problems?