I have a GMSMapView nested within a UIScrollView. I have turned off scrolling functionality for the GMSMapView
mapView.settings.tiltGestures = false
mapView.settings.scrollGestures = false
mapView.settings.rotateGestures = false
However, whenever I attempt to scroll the view with the intention that the UIScrollView will scroll, nothing happens. What can I do to fix this?
In swift 3.0
mapView.settings.setAllGesturesEnabled(false)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With