MKMapView
アプリケーションで を使用して使用していますが、機能しmapView.scrollEnabled=NO;
ていません。これが私のコードです:
mapView=[[MKMapView alloc] initWithFrame:CGRectMake(20, 100, 282, 209)];
mapView.delegate=self;
mapView.scrollEnabled=NO;
[self.view addSubview:mapView];
私のコードに何か問題がありますか?