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");
}


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

posted @ 2015-07-26 11:39  blfshiye  阅读(233)  评论(0)    收藏  举报