简体   繁体   中英

MapKit : Add custom callout

I want to add custom annotationView callout which contains 1. Title 2. subtitles 3. a button

The button can display on the right ( rightCalloutAccessoryView ) or left leftCalloutAccessoryView sides of the callout. I want to add the button in the middle of the callout and under title->subtitle. How can I do?

There is no API for this. You could try not using the standard callout (canShowCallout = NO), catch the taps and drags on the AnnotationView manually and show your own UI by adding custom Views based on the position of the AnnotationView. This seems very fragile, though.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM