摘要: #import <MapKit/MapKit.h> #import "MyPointAnnotation.h" //导入自定义的大头针 @interface MyAnnotationView : MKPinAnnotationView { MyPointAnnotation *myPointAnno 阅读全文
posted @ 2016-05-06 08:32 逍遥少主 阅读(121) 评论(0) 推荐(0)
摘要: #import <MapKit/MapKit.h> @interface MyPointAnnotation : MKPointAnnotation //大头针信息 @property (nonatomic,copy) NSString *information; //构造方法 - (id)init 阅读全文
posted @ 2016-05-06 08:30 逍遥少主 阅读(56) 评论(0) 推荐(0)
摘要: @interface ViewController () <MKMapViewDelegate> { //地图对象 MKMapView *_mapView; UILabel *_userLocationLabel; //用户坐标 } @end @implementation ViewControll 阅读全文
posted @ 2016-05-06 08:26 逍遥少主 阅读(137) 评论(0) 推荐(0)
摘要: @interface ViewController () <CLLocationManagerDelegate> { //定位器管理者 CLLocationManager *_locationManager; } @end @implementation ViewController - (void 阅读全文
posted @ 2016-05-06 08:21 逍遥少主 阅读(184) 评论(0) 推荐(0)
摘要: //这个方法可以实现照相和取图片功能 照相 if ([UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera]) { //支持照相功能 [self loadImageWithType: 阅读全文
posted @ 2016-05-05 12:50 逍遥少主 阅读(177) 评论(0) 推荐(0)
摘要: hjjnikhjuniouho 阅读全文
posted @ 2016-05-05 12:24 逍遥少主 阅读(106) 评论(0) 推荐(0)