Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

MKAnnotationView is part of Apple's Map Kit framework for developing iOS applications. MKAnnotationView class is responsible for presenting annotations visually in a map view.

learn more… | top users | synonyms

0
votes
1answer
124 views

putting Facebook places image as annotation image on MKMapView

I am working on an app in which I am getting Facebook places and displaying them on MKMapView as annotations using following method. -(void) connectionDidFinishLoading: (NSURLConnection *) connection ...