UIView 覆盖另一个 uiview 并传递触摸

发布于 2024-11-29 08:24:50 字数 120 浏览 0 评论 0原文

我有一个风景坐在另一个风景之上。顶部视图有一个 UITapGestureRecognizer,因此我可以关闭菜单(单击菜单外部)。但是下面的层需要接收所有的触摸。

我可以让单指手势通过,但我无法让捏合手势通过。

I have a view sitting over another view. The top view has a UITapGestureRecognizer so I can close the menus (click outside of the menus). But the layer below this needs to receive all the touches.

I can get single finger gestures to pass through, but I can't get the pinch gesture to pass through.

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

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

发布评论

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

评论(1

甜尕妞 2024-12-06 08:24:50

您需要确保在两个视图中都启用了多次触摸。这样,捏一下就可以识别了!希望有帮助!

You need to make sure that multiple touches are enabled in both views. That way, a pinch can be recognized! Hope that helps!

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