MKPinAnnotationView不允许您使用自定义图像作为“图钉”并同时启用拖动,因为一旦您开始拖动图像就会变回默认图钉。因此,我使用MKAnnotationView而不是MKPinAnnotationView。虽然使用MKAnnotationView而不是MKPinAnnotationView确实会将您的自定义图像显示为您的“图钉”,但它不支持您使用默认图钉获得的拖放动画。无论如何,我的问题是,在我将自定义MKAnnotationView拖到map上的一个新点然后移动map本身之后,MKAnnotationView不再随map移动。-(MKAnnotationView*)map