Since the iOS9 upgrade, the custom images on my MKPinAnnotationView are no longer showing up. Is there a documented change somewhere?
Asked
Active
Viewed 141 times
1 Answers
1
Per someone from Apple on the developer forums:
MKPinAnnotationView manages its own pin image. If you'd like to set a custom image, it's best to use MKAnnotationView directly.
From: https://forums.developer.apple.com/thread/3920
I was doing this as well, and a simple switch to use MKAnnotationView
worked for me. My guess is this was never supposed to work. I couldn't find any documentation on an image
property for MKPinAnnotationView

RyanG
- 4,393
- 2
- 39
- 64