Szeretnék hozzáadni egy kattintással képes gombot a MKAnnotation ahogy ebben a screenshot a Térképek alkalmazás:
Preview http://www.img-hosting.de/bilder/24558PlacemarkWithIconpng
Szeretnék hozzáadni egy kattintással képes gombot a MKAnnotation ahogy ebben a screenshot a Térképek alkalmazás:
Preview http://www.img-hosting.de/bilder/24558PlacemarkWithIconpng
UIButton *disclosureButton = [UIButton buttonWithType: UIButtonTypeDetailDisclosure];
annoView.canShowCallout = YES;
annoView.rightCalloutAccessoryView = disclosureButton;