摘要: CLPlacemark *pl = [placemarks firstObject]; NSLog(@"%@",pl.name); NSLog(@"%@",pl.thoroughfare); NSLog(@"%@",pl.subThoroughfar... 阅读全文
posted @ 2016-01-17 20:36 Show撑腰 阅读(343) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"#import @interface ViewController ()/** 地理编码 */@property (nonatomic, strong) CLGeocoder *geoC;@property (weak, nonatomic) IB... 阅读全文
posted @ 2016-01-17 19:49 Show撑腰 阅读(119) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"#import #define isIOS(version) ([[UIDevice currentDevice].systemVersion floatValue] >= version)@interface ViewController (){... 阅读全文
posted @ 2016-01-17 19:48 Show撑腰 阅读(169) 评论(0) 推荐(0) 编辑