Я хочу, чтобы добавить кнопку щелчка, способную к MKAnnotation, как показано на скриншоте приложения Maps:
Просмотр http://www.img-hosting.de/bilder/24558PlacemarkWithIconpng
Я хочу, чтобы добавить кнопку щелчка, способную к MKAnnotation, как показано на скриншоте приложения Maps:
Просмотр http://www.img-hosting.de/bilder/24558PlacemarkWithIconpng
UIButton *disclosureButton = [UIButton buttonWithType: UIButtonTypeDetailDisclosure];
annoView.canShowCallout = YES;
annoView.rightCalloutAccessoryView = disclosureButton;