MapCallouts
| Last Revision: | Version 1.4, 2013-04-04 Now shows use of MKMapView's "calloutAccessoryControlTapped" delegate method. (Full Revision History) |
| Build Requirements: | iOS 6.0 SDK or later |
| Runtime Requirements: | iOS 5.0 or later, Automatic Reference Counting (ARC) |
Demonstrates the use of the MapKit framework, displaying a map view with custom MKAnnotations each with custom callouts or custom MKAnnotationViews. An annotation object on a map is any object that conforms to the MKAnnotation protocol and is displayed on the screen as a MKAnnotationView. Through the use of the MKAnnotation protocol and MKAnnotationView, this application shows how you can extend annotations with custom strings and left/right calloutAccessoryViews.
© 2013 Apple Inc. All Rights Reserved. (Last updated: 2013-04-04)