摘要: 源代码地址:https://github.com/JackZhouCn/JZLocationConverter 我采用的方法 + (CLLocationCoordinate2D)bd09ToWgs84:(CLLocationCoordinate2D)location 把百度API坐标转换之后调用高德 阅读全文
posted @ 2016-10-27 14:38 天生的普通人 阅读(4637) 评论(0) 推荐(0) 编辑
摘要: #import "UIViewController+Parents.h" /** 导入头文件 */ #import <objc/runtime.h> @implementation UIViewController (Parents) //load方法会在类第一次加载的时候被调用 //调用的时间比较 阅读全文
posted @ 2016-10-18 11:27 天生的普通人 阅读(1058) 评论(0) 推荐(0) 编辑
摘要: Core Bluetooth Framework Reference 指南: The Core Bluetooth framework provides the classes needed for your iOS and Mac apps to communicate with devices 阅读全文
posted @ 2016-03-16 13:00 天生的普通人 阅读(376) 评论(0) 推荐(0) 编辑
摘要: #import @interface PickerView : UIView@property (nonatomic,strong) UIScrollView *scrollView;@property (nonatomic,strong) UIPageControl *pageControl;@p... 阅读全文
posted @ 2016-01-13 16:53 天生的普通人 阅读(330) 评论(0) 推荐(0) 编辑
摘要: #import @class JZNumPickerView;@protocol JZNumPickerViewDelegate @optional/** * 按钮点击 */-(void)pickerView:(JZNumPickerView *)pickerView selectBtn:(U... 阅读全文
posted @ 2015-12-22 15:21 天生的普通人 阅读(689) 评论(0) 推荐(0) 编辑
摘要: /* Copyright (c) 2011, Tony Million. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permit... 阅读全文
posted @ 2015-12-22 15:01 天生的普通人 阅读(1035) 评论(0) 推荐(0) 编辑
摘要: #import "WQApplyViewController.h"#import "JZCommonListViewController.h"#import "MapKit/MapKit.h"#import "JZWQDataView.h"#import "CLLocation+YCLocation... 阅读全文
posted @ 2015-12-22 14:54 天生的普通人 阅读(449) 评论(0) 推荐(0) 编辑
摘要: #import @interface ViewController : UIViewController@end#import "ViewController.h"@interface ViewController ()@property (nonatomic)UIImageView *qrcode... 阅读全文
posted @ 2015-09-29 17:15 天生的普通人 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-09-28 17:42 天生的普通人 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 在开发iOS程序的过程中,通常在导入第三方的类库(.a/.o)文件会报出一系列的错误:看似缺少了某个类库文件,但多次检查之后发现,没缺少啥引用的,甚至跟原来的Demo一个都不差,这是怎么回事?由于第三方类库多数是用C++或者C编写的,在引用过程中,还需要告诉编译器可能会出现的语言种类,以便使用对应的... 阅读全文
posted @ 2015-09-28 14:23 天生的普通人 阅读(248) 评论(0) 推荐(0) 编辑