I have a mapview of Google Maps(installed through cocoapods) in my app which I have configured correctly and the map is showing and everything works. What I want in the app to just disable vertical scrolling of the mapview but only keep horizontal scrolling. Can it be done? If Yes then how?
Asked
Active
Viewed 565 times
0
-
try this one https://stackoverflow.com/a/5095752/3165112 but instead of the scrollView put it as the googleMapsView – Mohamad Bachir Sidani Sep 05 '17 at 09:55
-
Doesn't work... error at "contentSize". says "Value of type 'GMSMapView' has no member 'contentSize'. – Saifur Rahman Sany Sep 05 '17 at 10:01