Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 316 Bytes

File metadata and controls

13 lines (9 loc) · 316 Bytes

Maps

Learned:

  • A TabBarController: to set up your different views.
  • An MKMapView: for the map.
  • A CLLocationManager: to geo-track the user.
  • A SegmentedControlBar: to change the map style.
  • Some MKAnnotationView: to customize the map’s pop up.

Waiting...