d0ping / DBMapSelectorViewController

This component allows you to select circular map region from the MKMapView.
MIT License
323 stars 36 forks source link

disable userInteractionEnabled #11

Open myusuf08 opened 8 years ago

myusuf08 commented 8 years ago

how can i set userinteractionEnabled for mapview = NO , but for mapselectormanager YES ? because i want disable scroling map but only can use zoom out and zoom in from mapselectormanager

d0ping commented 8 years ago

Hi, You can't switch off userInteractionEnabled for mapView without selector component, because selector is part of the maps. But you can try to intercept any gestures and block it.