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