我应该在哪个事件中删除视图?

发布于 2025-01-04 05:25:38 字数 72 浏览 1 评论 0原文

我正在通过单击图像加载视图(类似于地图视图注释)。当我单击视图中的任何其他位置时,我需要删除注释视图。我应该在哪个事件上删除视图。

I am loading a view(similar to the mapview annotation) on the click of an image. I need to remove the annotation view when I click on any other place in the view. On which event should I remove the view.

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

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

发布评论

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

评论(1

凉月流沐 2025-01-11 05:25:38

使用 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 删除视图。

Use - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event to remove the view.

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