मैं के रूप में नक्शे आवेदन के इस स्क्रीनशॉट में देखा एक MKAnnotation के लिए क्लिक करें सक्षम बटन जोड़ना चाहते हैं:
पूर्वावलोकन http://www.img-hosting.de/bilder/24558PlacemarkWithIconpng
मैं के रूप में नक्शे आवेदन के इस स्क्रीनशॉट में देखा एक MKAnnotation के लिए क्लिक करें सक्षम बटन जोड़ना चाहते हैं:
पूर्वावलोकन http://www.img-hosting.de/bilder/24558PlacemarkWithIconpng
UIButton *disclosureButton = [UIButton buttonWithType: UIButtonTypeDetailDisclosure];
annoView.canShowCallout = YES;
annoView.rightCalloutAccessoryView = disclosureButton;