iOS扫码封装:ZXing和ios系统自带封装
###模仿其他app
platform :ios, '6.0'
pod 'LBXScan',:git=>'https://github.com/MxABC/LBXScan.git'
下载后将LBXScan文件夹copy到工程中 添加预编译 pch文件 (如何添加请百度) 并在其中添加
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
否则编译会报许多错误
将工程下载下来后,打开DemoTests中 LBXScanDemo.xcodeproj,查看测试demo
(加载速度慢,可刷新网页)