如何在Mapview中使用动画自定义Pin(gif图像)?

时间:2013-05-28 09:31:14

标签: ios animation mapkit gif

我想在地图上添加多个引脚,这些引脚应该保持连续动画。以下是我想用作Pin的示例图像,

enter image description here

enter image description here

enter image description here

有没有办法在MapKit中获得这种类型的动画引脚?如果可能的话,请建议我适当的方式。

2 个答案:

答案 0 :(得分:2)

据我所知,实施起来非常困难。您可以在任何UIImageView上轻松实现动画,但是当您在自定义图像上添加任何图像时,您可以通过使用KVO或通过NSTimer更改自定义图像。

请按照Animation with MapView Custom Pin link更好地了解自定义图钉注释。

您可以在一段时间后更改图片图像,例如Zooming change pin image

Custom pin animation - MKMapView

我希望它能帮助你更好地理解。感谢

答案 1 :(得分:0)

您可以创建自定义MKAnnotationView并将其作为子视图提供UIImageView

然后,将GIF拆分为单独的框架,以便在UIImageViewas documented in this SO question中使用。