on the Mapkit,
I was wondering if it is possible to add a pin without its stem, like it only reflects the pinhead in our map, not using image btw.
Kind thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it is possible. For that you have to use
MKAnnotationViewinstead ofMKPinAnnotationView. and do not use annotation.animatesDrop property.Here are the sample code you can use in
viewForAnnotation,Hope this helps.
I see you are pretty new to stack overflow. Make sure you mark this answer or any other answer as the right answer.