石英 2D 绘图触摸问题开始

发布于 2024-08-23 23:26:49 字数 95 浏览 5 评论 0原文

我在我的应用程序中画了 5 个圆圈,一个在另一个之上。但我想在触摸每个圆圈时执行不同的操作,并且只有一次触摸开始,我可以在整个视图中执行触摸。任何人都可以帮助我如何做到这一点。

I have drawn 5 circles in in my app one above the other . But i want to perform different operations when i touch each circle and there is only one touches began where I can perform touches for the entire view.. can anyone help me how to do that.

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

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

发布评论

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

评论(1

紫罗兰の梦幻 2024-08-30 23:26:49

要么处理触摸的坐标以“抓取”特定的圆(如果您有原点和半径,您就知道它们的坐标),要么将每个圆放入其自己的视图中,并创建父视图的五个子视图/圆。将触摸沿着视图链传递,直到坐标重叠。

Either process the coordinates of the touch to "grab" a specific circle (you know their coordinates if you have the origins and radii), or put each circle into its own view, and make five subviews/circles of a parent view. Pass the touch down the view chain until the coordinates overlap.

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