You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be a duplicate of issue #10. As for the zoom, have a look at pull requests that either craigbeck (issue #23) or I (issue #30) submitted. Both contain code that allows you to zoom.
Hi,
I found a bug in the instance method of the MKMapView class:
It doesn't work when animated is set to "YES":
[mapView setRegion:coordinateRegion animated:YES];
Has anyone seen this before? It works fine when selected "NO":
[mapView setRegion:coordinateRegion animated:NO]
Is there any way to enable zoom with animation? Can it be fixed please?
Cheers,
Valik
The text was updated successfully, but these errors were encountered: