iOS qrCode、barCode Swift Version
LBXScan
Objective-c Version:中文介绍
Introduce
Swift: The packaging system API comes with scan code and image recognition function
- scan code interface
- QR code and bar code recognition and generation
- image recognition from the Album (Test results are not good)
Imitate other app
1、 QQ scan code interface 2、Alipay scan code interface 3、Wechat scan code interface
Other settings parameters custom effects
- The background color can be set around the scan frame
- Scan code frame color can also be set
- Scan code box 4 corners of the color can be set, the size can be set
- Can only be set to identify the scan code box in the image area
- Scan code can be set to get the current picture
- According to the results of the scan code, can intercept part of the image
- Animation options: Line up and down、Grid form movement、Middle line not moving(use for bar code scanning commonly)
Installation with CocoaPods
platform :ios, '8.0'
use_frameworks!
pod 'swiftScan', :git => 'https://github.com/MxABC/swiftScan.git'
manually
download and copy the Source folder to your project