0

マップアプリケーションのこのスクリーンショットに見られるように、クリック可能なボタンをMKAnnotationに追加したいと思います。

プレビューhttp://www.img-hosting.de/bilder/24558PlacemarkWithIconpng

4

1 に答える 1

8
UIButton *disclosureButton = [UIButton buttonWithType: UIButtonTypeDetailDisclosure]; 
annoView.canShowCallout = YES;    
annoView.rightCalloutAccessoryView = disclosureButton;
于 2009-09-10T18:04:48.420 に答える