MKMapview当前用户位置没有开火iOS-8,之前iOS-7和iOS-6工作正常.
self.mapView.delegate = self;
self.mapView.showsUserLocation =YES;
Run Code Online (Sandbox Code Playgroud)
在此行中自动调用用户当前位置委托方法
- (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations{
}
Run Code Online (Sandbox Code Playgroud)
但它并没有开火iOS-8.