MKMapView移动事件地图

MKMapView移动事件地图

by 吴雪莹

-(void)mapView:(MKMapView *)mapView regionWillChangeAnimated:(BOOL)animated {
    NSLog(@"going");
    [self.view endEditing:YES];
}

- (void)mapView: (MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated {
    NSLog(@"changed");
}


版权声明:本文博客原创文章。博客,未经同意,不得转载。

原文地址:https://www.cnblogs.com/blfshiye/p/4677385.html