摘要:
/*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named MKMapView'** @ 如果st... 阅读全文
posted @ 2015-09-21 23:15
guangleijia
阅读(436)
评论(0)
推荐(0)
摘要:
https://github.com/intuit/LocationManager#import "ViewController.h"#import "INTULocationManager.h"/*** ios 8以上 需要在plist中配置 NSLocationWhenInUseUsageDes... 阅读全文
posted @ 2015-09-21 22:03
guangleijia
阅读(432)
评论(0)
推荐(0)
摘要:
#import "ViewController.h"#import "MBProgressHUD+MJ.h"#import @interface ViewController ()@property (nonatomic, strong) CLGeocoder *geocoder; // 编码对象@... 阅读全文
posted @ 2015-09-21 19:05
guangleijia
阅读(179)
评论(0)
推荐(0)
摘要:
#import "ViewController.h"#import @interface ViewController ()/** 地理编码对象 ***/@property (nonatomic, strong) CLGeocoder *geocoder;@property (weak, nonat... 阅读全文
posted @ 2015-09-21 18:15
guangleijia
阅读(243)
评论(0)
推荐(0)
摘要:
#import "ViewController.h"#import @interface ViewController ()/** 定位管理者对象 ***/@property (nonatomic, strong) CLLocationManager *mgr;@property (nonatomi... 阅读全文
posted @ 2015-09-21 16:47
guangleijia
阅读(252)
评论(0)
推荐(0)
摘要:
#import "ViewController.h"#import @interface ViewController ()// 定位管理对象@property (nonatomic, strong) CLLocationManager *mgr;// 指南针@property (nonatomic... 阅读全文
posted @ 2015-09-21 16:00
guangleijia
阅读(176)
评论(0)
推荐(0)
摘要:
#import "ViewController.h"#import @interface ViewController ()/** 1. 定位管理者对象 ***/@property (nonatomic, strong) CLLocationManager *mgr;/** 上一次的位置 ***/@... 阅读全文
posted @ 2015-09-21 14:40
guangleijia
阅读(156)
评论(0)
推荐(0)
摘要:
1. 导入框架 , 引入头文件 import ;2. 创建管理者对象 (strong)#import "ViewController.h"@interface ViewController ()/** 定位管理者 ***/@property (nonatomic, strong) CLLocatio... 阅读全文
posted @ 2015-09-21 12:15
guangleijia
阅读(213)
评论(0)
推荐(0)

浙公网安备 33010602011771号