将 MKAnnotation 从另一个视图拖放到 MKMapView
可以这样做吗?将 MKAnnotation(pin) 从另一个弹出视图(例如自定义工具箱)拖放到 MKMapView 上。
Is it possible to do that ? drag a MKAnnotation(pin) from another popup view (such as custom toolbox) to drop on MKMapView.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MKAnnotations 仅存在于 MKMapView 内部。您可以创建达到相同效果的动画。
MKAnnotations only live inside the MKMapView. You could create an animation that achieves the same effect.