Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Cancel animations on touch down #1296

Merged
merged 1 commit into from
Apr 29, 2015
Merged

Cancel animations on touch down #1296

merged 1 commit into from
Apr 29, 2015

Conversation

1ec5
Copy link
Contributor

@1ec5 1ec5 commented Apr 19, 2015

Cancel any map animations as soon as a finger is set upon the screen.

Fixes #1258.

/cc @incanus

Cancel any map animations as soon as a finger is set upon the screen.

Fixes #1258.
@1ec5 1ec5 added bug iOS Mapbox Maps SDK for iOS labels Apr 19, 2015
@1ec5 1ec5 added this to the iOS Beta 1 milestone Apr 19, 2015
@1ec5
Copy link
Contributor Author

1ec5 commented Apr 19, 2015

Note that after touch down, there’s a second-or-so window during which you can’t begin a pan gesture. UIScrollView doesn’t have this limitation, but MKMapView and Google Maps both do, so it’s a bug for another day.

incanus added a commit that referenced this pull request Apr 29, 2015
Cancel animations on touch down
@incanus incanus merged commit c48962e into master Apr 29, 2015
@incanus incanus deleted the 1258-deadpan branch April 29, 2015 20:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panning animation does not cancel upon tap. (iOS)
2 participants