Custom pin animation - MKMapView

前端 未结 5 527
生来不讨喜
生来不讨喜 2020-12-08 08:54

I have used pin images in application instead of standard pin, now i want to give animation (dropping effect as it was with standard pins) to custom pins. How can i provide

5条回答
  •  半阙折子戏
    2020-12-08 09:09

    Note that animating the annotation view in -mapView:didAddAnnotationViews: causes strange effects when MKMapView.userTrackingMode equals MKUserTrackingModeFollowWithHeading. I just wish Apple made the drop animation available to the MKAnnotationView class.

提交回复
热议问题