DEPRECATED-mapbox-ios-sdk
DEPRECATED-mapbox-ios-sdk copied to clipboard
There is no way of knowing when touches end
Because of the scroll-enabled nature of RMMapView and the fact that it handles and relegates touches, there is no way of knowing if any type of touch has ended. All touches are handling various states but the ending of touches are never checked. I need to know if a user lifts the touch after long press is detected (on map not annotations) and it requires handling touches ended.
P.S.: I was willing to submit a pull request, but I have already another pull request waiting, and I can't fork the project again (or could I ?!)