Studying work with MapKit for iphone. I add the MKMapView object to the object with the MKPinAnnotationView pin object. When you click on the pin, a cloud pops up with a description, but when you update the location and redraw the object - the cloud disappears. How to make a cloud appear immediately with a pin?

    1 answer 1

    I myself answer: the method is called " selectAnnotation:animated " from MKMapView .