For project 16, I learned about MapKit which is really simple to create!
Key Takeaways:
The view controller should be set as the delegate for the map view because it will control or modify the changes that are made to the map view.
MkPinAnnotation creates a pin on the map.
A delegate is a controller object used to control or modify behavior of another object.
addAnnotations can be used to add multiple annotations at once to the map.
Top comments (0)