iphone - MapKit : Add custom callout -


i want add custom annotationview callout contains 1. title 2. subtitles 3. button

the button can display on right (rightcalloutaccessoryview) or left leftcalloutaccessoryviewsides of callout. want add button in middle of callout , under title->subtitle. how can do?

there no api this. try not using standard callout (canshowcallout = no), catch taps , drags on annotationview manually , show own ui adding custom views based on position of annotationview. seems fragile, though.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -