Θέλω να προσθέσω ένα κουμπί κλικ θέση σε MKAnnotation όπως φαίνεται σε αυτήν την εικόνα της εφαρμογής Maps:
Preview http://www.img-hosting.de/bilder/24558PlacemarkWithIconpng
Θέλω να προσθέσω ένα κουμπί κλικ θέση σε MKAnnotation όπως φαίνεται σε αυτήν την εικόνα της εφαρμογής Maps:
Preview http://www.img-hosting.de/bilder/24558PlacemarkWithIconpng
UIButton *disclosureButton = [UIButton buttonWithType: UIButtonTypeDetailDisclosure];
annoView.canShowCallout = YES;
annoView.rightCalloutAccessoryView = disclosureButton;