gpt4 book ai didi

ios - 在 NSObject 中监听 UIView 的 touchesBegan/touchesEnded

转载 作者:行者123 更新时间:2023-11-29 01:13:58 26 4
gpt4 key购买 nike

所以我有一个 NSObject,它在 init 函数中接受 UIView,并将其分配为属性。该行为类的功能取决于 UIView 被按下的时间,使用touchesBegan/touchesEnded。

我想将这个touchesBegan/touchesEnded逻辑封装在NSObject类中,以使这个行为类更加模块化。目前,touchesBegan/touchesEnded 功能位于 UIViewController 类中,并传递给行为。

是否可以在 NSObject 类中覆盖和/或“监听”touchesBegan/Ended?

最佳答案

对于自定义触摸处理逻辑,您应该子类化 UIGestureRecognizer。然后您可以将其添加到任何 View 。

查看 documentation用于手势识别器和 guide .

关于ios - 在 NSObject 中监听 UIView 的 touchesBegan/touchesEnded,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35443373/

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