2

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

hackerinheels
  • 1,141
  • 1
  • 6
  • 14
  • I have figured out a workaround for this.. I put a button over the map so the user cant interact with the map. Just in case it helps someone – hackerinheels Apr 16 '14 at 00:04

1 Answers1

4
_mapView.userInteractionEnabled = NO;
Iraklii
  • 1,295
  • 13
  • 30