摘要:
首先要引入#import <MapKit/MapKit.h>框架 创建一个继承与NSObject的类;用于声明属性 接下来在ViewController中实现相关的操作 引入头文件 定义相应的属性 代码操作 添加大头针 实现代理方法 阅读全文
摘要:
定位: 引入头文件 #import <CoreLocation/CoreLocation.h>声明管理器属性:@property(nonatomic,strong)CLLocationManager *manager;第一步:初始化管理器self.manager = [[CLLocationMana 阅读全文