-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CustomPin #37
Comments
The demo code always creates a MKPinAnnotationView, even for custom pins. It then tries to set the image property of the MKPinAnnotationView. This used to work for older OS versions, but no longer. To use a custom image, the code needs to be changed to use MKAnnotationView for custom pins. Here's my quick hack to get you pointed in the right direction. See the code bracketed inside #if 1.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear developers!
I want to know how to make custom pin.
It doesn't work well.
Thanks.
The text was updated successfully, but these errors were encountered: