标注在 MKMapView 中的图钉后面弹出 - iPhone

发布于 2024-11-25 14:19:53 字数 280 浏览 1 评论 0原文

我的地图上有 10 个自定义注释,但有时标注会在图钉后面弹出。有办法解决这个问题吗?

我已经查看了这个链接 MKAnnotationViews 的 Z 排序

但是因为我的标注不是通过点击弹出的,而是它们是通过点击按钮弹出的,所以这个答案对我来说毫无价值。

任何形式的帮助将不胜感激。

I have 10 custom annotations on my map but sometimes the callout pops out behind the pins.. any idea to resolve this?

I have checked out this link
Z-ordering of MKAnnotationViews

but since my callouts are not popping up by tap but they are popping up by click on button so this answer is worthless to me.

Any kind of help will be really appreciated.

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

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

发布评论

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

评论(1

晨与橙与城 2024-12-02 14:19:53

其背后的原因是因为在代码中的某些位置您在annotationView上调用bringSubviewToFront。

The reason behind this is because some where in your code you are calling bringSubviewToFront on the annotationView.

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