I\'m displaying user avatar images on a MapView. The avatars appear to be working if they are rendered without animation, however I\'d like to animate their drop. If I set p
If you're stumbling on to this issue and you're sure that you're MKAnnotationView instead of an MKPinAnnotationView, ensure your MKMapView's delegate property hasn't been nilled.