ios swift scan wrapper


Keywords
avfoundation, barcode, qrcode, scan
License
MIT
Install
pod try swiftScan

Documentation

iOS qrCode、barCode Swift Version

Platform Language License

Objective-c Version: LBXScan

中文介绍

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

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'swiftScan', '~> 1.1.2'

manually

download and copy the Source folder to your project

View effect

image image image image image image image image image image image