MKPinAnnotationView 不再使用 ios9 中的图像

MKPinAnnotationView no longer using images in ios9

自从 iOS9 升级后,我的 MKPinAnnotationView 上的自定义图像不再显示。某处是否有记录的更改?

开发者论坛上来自 Apple 的人:

MKPinAnnotationView manages its own pin image. If you'd like to set a custom image, it's best to use MKAnnotationView directly.

发件人:https://forums.developer.apple.com/thread/3920

我也在这样做,使用 MKAnnotationView 的简单切换对我有用。我的猜测是这永远不会起作用。我找不到关于 image 属性 for MKPinAnnotationView

的任何文档