May 2011
Beginner
834 pages
25h 19m
English
An annotation is a marker associated with a location on a map. To make an annotation appear on a map, two objects are needed:
coordinate is its most important property; this says where on earth the annotation should be drawn. The title and subtitle are optional, to be displayed in a callout.
image property. And for even more flexibility, you can take over the drawing of an MKAnnotationView by overriding drawRect: in a subclass.
Not only does an annotation require two separate objects, but in fact those objects ...
Read now
Unlock full access