如何跟踪旋转手势
我想跟踪一个手指旋转手势,如何拦截该手势?
给你一个直观的例子:与旧的光盘电话使用的手势相同。
I would like to track a ONE finger rotary gesture how do I intercept that gesture?
To give you a visual example: the same gesture that you would have used with an old disc phone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以建议使用
UIRotationGestureRecognizer
类吗?只要你不需要支持< iOS 3.2 将使您在尝试构建自己的手势识别机制时省去很多麻烦。Apple 文档
May I suggest the
UIRotationGestureRecognizer
class? As long as you don't need to support < iOS 3.2 it will save you much headache trying to build your own gesture recognition mechanism.Apple Documentation