p700 / p700.github.io

0 stars 0 forks source link

iOS获取当前经纬度-P700.CN #170

Open p700 opened 6 years ago

p700 commented 6 years ago

http://m.p700.cn/a/oc/147.html?1529747537

//添加定位服务头文件#importCoreLocation/CoreLocation.h//添加代理协议CLLocationManagerDelegate@interfaceViewController()CLLocationManagerDelegate//定位服务管理类@property(nonatomic,strong)CLLocationManager*locationManag