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
{{ message }}
This repository has been archived by the owner on May 9, 2018. It is now read-only.
Is it possible to achieve this?
I tried setting the centerCoordinate to the same Coordinate during an animation block but it still just jumps.
Anyone have a solution?
The text was updated successfully, but these errors were encountered:
The center coordinate (and zoom, for that matter) are modified by changing the UIScrollView which drives the map view. If you wrap an animated:NO call in your animation block, it should animate properly — and possibly with a custom duration, timing curve, etc.
I'm not sure this is documented behavior for UIScrollView, but it has always worked in my testing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to achieve this?
I tried setting the centerCoordinate to the same Coordinate during an animation block but it still just jumps.
Anyone have a solution?
The text was updated successfully, but these errors were encountered: