标签:cat startup class pre style code logs nbsp span
显示地图:
1、导入头文件
#import <MapKit/MapKit.h>
如果同时需要用户定位的话还需要
#import <CoreLocation/CoreLocation.h
2.显示用户当前位置
// 1.用CLLocationManager开启用户定位 // 2. mapView显示用户位置 mapView.showsUserLocation = YES; // 3.开启用户定位 [self.locationManager startUpdatingLocation];
标签:cat startup class pre style code logs nbsp span
原文地址:http://www.cnblogs.com/harry-h/p/6892913.html