继承 uigesturerecognizer iphone

发布于 2024-12-31 23:48:18 字数 364 浏览 0 评论 0原文

我继承了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼泪也成诗 2025-01-07 23:48:18

您可以使用手势识别器对象的方向属性。

You can use the gesture recognizer object's direction property.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文