检测触摸点的控制/视图

发布于 2024-12-14 12:43:58 字数 78 浏览 1 评论 0原文

当触摸发生时,我可以从触摸发生的位置获取 CGPoint。现在,我想知道现场的 UI 元素(无论是控件还是视图)是什么,有没有办法做到这一点?

When the touch happens, I can get the CGPoint from where the touch was happening. Now, I want to know what is the UI element (be it a control or view) at the spot, is there a way to do so?

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

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

发布评论

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

评论(1

泅渡 2024-12-21 12:43:58

您正在寻找 -[UIView hitTest:withEvent:] 方法:

返回视图层次结构(包括其自身)中包含指定点的接收器的最远后代。

You're looking for the -[UIView hitTest:withEvent:] method:

Returns the farthest descendant of the receiver in the view hierarchy (including itself) that contains a specified point.

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