我的mapView问题。
我不知道问题出在哪里。
这是我的代码:
mapView = [[MKMapView alloc] initWithFrame:CGRectMake(0, 0, tframe.size.width, tframe.size.height- size50)];
mapView.showsUserLocation = YES;
mapView.delegate = self;
[mapView setMapType:MKMapTypeStandard];
[mapView setZoomEnabled:YES];
[mapView setScrollEnabled:YES];
[self.view addSubview:mapView];
有什么想法吗?