gpt4 book ai didi

iphone - 检测 UIScrollView 中的长按

转载 作者:行者123 更新时间:2023-12-03 19:05:49 30 4
gpt4 key购买 nike

如何检测 UIScrollView 中的长按(点击并按住)?

最佳答案

在 View 的 touchesBegan: 中,您可以延迟调用“长按”句柄。

[touchHandler performSelector:@selector(longTap:) withObject:nil afterDelay:1.5];

然后在 View 的 touchesEnded: 中,如果时间不够,您可以取消该调用:

[NSObject cancelPreviousPerformRequestsWithTarget:touchHandler selector:@selector(longTap:) object:nil];

关于iphone - 检测 UIScrollView 中的长按,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2585493/

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