MKMapView黑屏有时会重新加载我的APP

时间:2014-12-09 09:19:51

标签: ios mkmapview

我的mapView问题。

enter image description here

我不知道问题出在哪里。

这是我的代码:

 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];

有什么想法吗?

0 个答案:

没有答案