Volver al ranking
MxABC/swiftScan
SwiftA barcode and qr code scanner( 二维码 各种码识别,生成,界面效果)
scanqrcodebarcodeavfoundation
Métricas clave
Crecimiento de estrellas
Estrellas
1.6k
Forks
335
Crecimiento semanal
—
Issues
78
5001k1.5k
dic 2015sept 2017jun 2019mar 2021ene 2023oct 2024jul 2026
README
iOS qrCode、barCode Swift Version
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
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
View effect

Repositorios relacionados