继承 uigesturerecognizer iphone
我继承了 UIGestureRecognizer,如上所述 苹果文档 但在这里它只检测到向上和向下滑动,我想检测具有相同类的向左和向右滑动(如标题),我知道如何检测它,但不知道如何为不同的操作调用不同的选择 我的意思是像 UISwipeGestureRecognizer 中的左右滑动一样
I have inherited UIGestureRecognizer as mentioned in apple's documentation
But here it detects only upAndDown swipe i want to detect leftAndRight swipe also(like a ticle) with the same class and i know how to detect it but don't know how to invoke different selectos for different actions
I mean like in UISwipeGestureRecognizer do for left and right swipes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用手势识别器对象的方向属性。
You can use the gesture recognizer object's direction property.