0
votes

I am trying to add a custom annotation to my map view. My goal is to have it so when you tap the annotation, there will be a picture, a label for a name, and a label for how far away the annotation is from your location (I can add the calculation logic later). I've googled for a long time and all the answers are very confusing. Would I need a custom MKAnnotation, a custom MKAnnotationView, or both? Also, what delegate methods, etc. Thanks!x

1
Hey Minebomber, Try this link step-wise bakyelli.wordpress.com/2013/10/13/… and you will get the output...Parth Patel

1 Answers