gpt4 book ai didi

ios - 获取添加了 longpressGesture 识别器的 View 坐标

转载 作者:行者123 更新时间:2023-11-28 22:19:37 28 4
gpt4 key购买 nike

我在 View 上添加了 longpressGesture 识别器并给定 NoofTouchesRequired=2。我想获取我长按的两个 View 的坐标。

MyCode 如下:-

 //---long press gesture---

UILongPressGestureRecognizer *longpressGesture = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector (handleLongpressGesture:)];

longpressGesture.minimumPressDuration = 4;

longpressGesture.numberOfTouchesRequired = 2;

[viewLongPress addGestureRecognizer:longpressGesture];

[longpressGesture release];

最佳答案

UIGestureRecognizer 有一个 locationInView: 方法。

关于ios - 获取添加了 longpressGesture 识别器的 View 坐标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20769759/

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