CGRect bounds = self.view.bounds; mapView = [[MKMapView alloc] initWithFrame:bounds]; mapView.mapType=MKMapTypeStandard; mapView.showsUserLocation = YES ...
確定! 回上一頁