This may sound dumb but I did some research and I am looking for a function that is called WHILE the map is being dragged not after.
Is there any delegate functions because I couldnt find any.
This may sound dumb but I did some research and I am looking for a function that is called WHILE the map is being dragged not after.
Is there any delegate functions because I couldnt find any.
What about mapView:regionWillChangeAnimated:
? From the docs:
During scrolling, this method may be called many times to report updates to the map position.