Detect whether map has been scrolled or not in mapview

129 views Asked by At

How can I detect whether map has been scrolled or not in mkmapview in ios. The delegate method of map is not getting called. please help..

1

There are 1 answers

0
nerowolfe On

Use

  -(void)mapView:(MKMapView *)mapView1 regionDidChangeAnimated:(BOOL)animated

Also make sure your mapView.delegate = self;