摘要:
/*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named MKMapView'** @ 如果st... 阅读全文
摘要:
https://github.com/intuit/LocationManager#import "ViewController.h"#import "INTULocationManager.h"/*** ios 8以上 需要在plist中配置 NSLocationWhenInUseUsageDes... 阅读全文
摘要:
#import "ViewController.h"#import "MBProgressHUD+MJ.h"#import @interface ViewController ()@property (nonatomic, strong) CLGeocoder *geocoder; // 编码对象@... 阅读全文
摘要:
#import "ViewController.h"#import @interface ViewController ()/** 地理编码对象 ***/@property (nonatomic, strong) CLGeocoder *geocoder;@property (weak, nonat... 阅读全文
摘要:
#import "ViewController.h"#import @interface ViewController ()/** 定位管理者对象 ***/@property (nonatomic, strong) CLLocationManager *mgr;@property (nonatomi... 阅读全文
摘要:
#import "ViewController.h"#import @interface ViewController ()// 定位管理对象@property (nonatomic, strong) CLLocationManager *mgr;// 指南针@property (nonatomic... 阅读全文
摘要:
#import "ViewController.h"#import @interface ViewController ()/** 1. 定位管理者对象 ***/@property (nonatomic, strong) CLLocationManager *mgr;/** 上一次的位置 ***/@... 阅读全文
摘要:
1. 导入框架 , 引入头文件 import ;2. 创建管理者对象 (strong)#import "ViewController.h"@interface ViewController ()/** 定位管理者 ***/@property (nonatomic, strong) CLLocatio... 阅读全文