gpt4 book ai didi

ios - Collection View 中的 touchesBegan 和 ended

转载 作者:行者123 更新时间:2023-11-29 13:02:09 25 4
gpt4 key购买 nike

我正在尝试从用户点击的那一刻起在 UICollectionView 中的单元格上创建一个带有框架的 View 。

我希望它具有的功能是:

  • 在单元格中开始触摸时出现,touchesBegan?
  • 如果触摸是单击,请告诉我以便我处理
  • 如果触摸是长按,请告诉我以便我处理
  • 如果用户在按下时移动手指,则移动框架。

现在,我在为长按添加的手势识别器上的 UICollectionViewCell 中的 UIImageView 中将框架作为图像添加。使用标准 UICollectionView 委托(delegate)方法检测单击。

关于如何实现此目标的任何想法?我不知道有什么方法可以在单击时取消 touchesBegan/Ended 等...

最佳答案

也许 this会帮助UIResponder touchesBegan:withEvent:, touchesMoved:withEvent:, touchesEnded:withEvent:

关于ios - Collection View 中的 touchesBegan 和 ended,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19515944/

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