touchesMoved 获取快速滑动的所有坐标

发布于 2024-11-11 10:08:36 字数 215 浏览 2 评论 0原文

我想获取touchesMoved中的所有坐标。我面临的问题是,当您在我的视图上快速滑动时,touchesMoved 会丢失一些滑动坐标。

我也提到过这个问题。 touchesMoved:withEvent

有什么解决方案吗?

I want to get all the coordinates in touchesMoved. The problem I am facing is when you swipe fast on my view than touchesMoved is missing few coordinates from the swipe.

I have referred this question too. touchesMoved:withEvent

Any solution for this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉宸 2024-11-18 10:08:36

我认为不可能获得丢失的坐标。
因为调用 TouchMoved 的间隔不够频繁,无法捕获所有快速移动。
也许您可以在您可以捕获的坐标之间绘制一条路径。
这将为您提供缺失点的粗略近似值。

I don't think it is possible to get missing coordinates.
Because calling interval of touchesMoved is not frequent enough to catch all fast movements.
Maybe you can draw a path between coordinates you can catch.
That gives you a rough approximation of missing points.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文