I have a UIViewController that displays the MKPinAnnotation callout, using a XML source to display the related title and subtitle that I want. Is it possible to use the same UIViewController, but with an image this time as I would need to do another callout whereby I load the title/subtitle and image?
Is it possible to use the same UIViewController for the callout, but different sources? e.g. XML and retrieval from database?
MKAnnotationView
or you are using the apple provided. – Robin