I\'m trying to get the users current latitude and longitude with this viewDidLoad method. The resulting map is correctly indicating the current location however the NSLog c
This answer explains how to set a map view with a user location:
HowTo initialise MKMapView with a given user location?