Frage

how can i disable scrolling on mapbox map view? I see the way to do it from the web -

https://www.mapbox.com/mapbox.js/example/v1.0.0/disable-zooming-panning/

I am not sure how to do it programatically

War es hilfreich?

Lösung

_mapView.userInteractionEnabled = NO;
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top