标注在 MKMapView 中的图钉后面弹出 - iPhone
我的地图上有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其背后的原因是因为在代码中的某些位置您在annotationView上调用bringSubviewToFront。
The reason behind this is because some where in your code you are calling bringSubviewToFront on the annotationView.