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
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
_mapView.userInteractionEnabled = NO;