我MKMapView
在我的应用程序中使用并使用mapView.scrollEnabled=NO;
,但它不起作用。这是我的代码:
mapView=[[MKMapView alloc] initWithFrame:CGRectMake(20, 100, 282, 209)];
mapView.delegate=self;
mapView.scrollEnabled=NO;
[self.view addSubview:mapView];
我的代码有问题吗?