gpt4 book ai didi

ios - 拖动到 UIView 外时触发 touchesEnded

转载 作者:行者123 更新时间:2023-11-29 11:07:18 28 4
gpt4 key购买 nike

我有一个 UIView 子类,我在其中使用 touchesBegan、touchesMoved、touchesEnded 处理触摸。我注意到当我在内部开始触摸然后拖动到 UIView 外部时 touchesEnded 没有被触发,有没有办法在我拖动到 UIView 框架外部时调用它?谢谢

最佳答案

改为使用 touchesCancelled。

- (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event
{
}

关于ios - 拖动到 UIView 外时触发 touchesEnded,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13027398/

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