gpt4 book ai didi

适用于所有类型的 iOS 手势识别器

转载 作者:可可西里 更新时间:2023-11-01 06:23:29 26 4
gpt4 key购买 nike

我只需要知道是否有一种方法可以在一个实例 UIGestureRecognizer 中捕获所有类型的手势。

示例:我有一个 UIView,我必须在不为每种类型的手势创建实例的情况下检测对其进行的任何类型的点击

有办法吗?

谢谢,

最佳答案

当然是,自己处理低级别的 UIView 事件(Event Handling Guide for iOS):

Responding to Touch Events
– touchesBegan:withEvent:
– touchesMoved:withEvent:
– touchesEnded:withEvent:
– touchesCancelled:withEvent:
Responding to Motion Events
– motionBegan:withEvent:
– motionEnded:withEvent:
– motionCancelled:withEvent:

关于适用于所有类型的 iOS 手势识别器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15380223/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com