Top "Mkannotationview" questions

MKAnnotationView is part of Apple's Map Kit framework for developing iOS applications.

Detect Tap on CalloutBubble in MKAnnotationView

Im working with MKMapView and MKAnnotationView. I have an annotation in the map. When the users tap on it, the …

ios mkmapview mkannotation mkannotationview
Custom image for MKAnnotation

I have created an annotation which I'm adding to an MKMapView. How would I go about having a custom image …

objective-c mapkit mkannotation mkannotationview
didSelectAnnotationView not called

I would like to work with an annotation once it's clicked. I've looked it up on the documentation of Apple …

ios swift mkannotationview
Car (Annotation) animation (like uber app) not working

I made one demo project (from Moving-MKAnnotationView demo on github) for moving car on map following is its link https://…

iphone ios objective-c mkmapview mkannotationview
MapKit not showing custom Annotation pin image on iOS9

My code worked fine from iOS 7 to 8. With the update yesterday the custom images on my pins were replaced by …

mkmapview mapkit mkannotation ios9 mkannotationview
MapKit iOS 9 detailCalloutAccessoryView usage

After watching WWDC video 206 I assumed this would be a trivial task of adding the detail callout view to a …

ios mapkit mkannotationview
IOS: Adding image to custom MKAnnotationview

I want to add a custom image to my annotations in the map. And i have made the following custom …

ios geolocation mkmapview mkannotationview
"_OBJC_CLASS_$_MKAnnotationView", referenced from: ERROR

.framework/MapKit, file was built for i386 which is not the architecture being linked (armv6) Undefined symbols: "_OBJC_CLASS_$_MKAnnotationView", …

iphone ios mapkit mkannotationview
Custom Callout Bubble iOS

I am developing app with mapview functionality. I want to show custom pin image on mapview, click on that open …

ios iphone mkmapview mkannotationview
iOS 8 MKAnnotationView rightCalloutAccessoryView misaligned

I'm still pretty new to the iOS stuff in general and found a problem while testing our App for iOS 8 …

ios mapkit ios8 mkannotationview