0

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..

Shekhar Gupta
  • 6,206
  • 3
  • 30
  • 50
Programming Learner
  • 4,351
  • 3
  • 22
  • 34

1 Answers1

1

Use

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

Also make sure your mapView.delegate = self;

nerowolfe
  • 4,787
  • 3
  • 20
  • 19