Je veux ajouter un clic à un bouton capable MKAnnotation comme on le voit dans cette capture d'écran de l'application Maps:
Aperçu http://www.img-hosting.de/bilder/24558PlacemarkWithIconpng
Je veux ajouter un clic à un bouton capable MKAnnotation comme on le voit dans cette capture d'écran de l'application Maps:
Aperçu http://www.img-hosting.de/bilder/24558PlacemarkWithIconpng
UIButton *disclosureButton = [UIButton buttonWithType: UIButtonTypeDetailDisclosure];
annoView.canShowCallout = YES;
annoView.rightCalloutAccessoryView = disclosureButton;