I have 2 apps that use MKMapViews and they both previously worked fine, but now they won't show the user's location. Can anyone think of a reason this code wouldn't make a map show the user's blue dot?
mapView.showsUserLocation = YES;
mapView.mapType = MKMapTypeHybrid;
mapView.delegate = self;
I really appreciate any help, I'm stumped right now...