有时 [mapView selectAnnotation]; 时会出现奇怪的伪影;
[_mapView selectAnnotation:sannotation animated:YES];
似乎并不总是如此,所以我不明白其原因是什么。
如何修复它?
[_mapView selectAnnotation:sannotation animated:YES];
It appears not always, so I don't understand what's the reason for it.
How to fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在选择任何注释之前,请取消选择地图视图上的所有注释。
当我与默认标注一起实现自定义标注时,我遇到了同样的问题。尽管这不是一个完美的解决方案,但它达到了目的。
Before selecting any annotation deselect all annotations on mapView.
I had same issue when along with default callout, I had implemented custom callouts. Though it is not a perfect solution it served the purpose.