랭킹으로 돌아가기
MxABC/swiftScan
SwiftA barcode and qr code scanner( 二维码 各种码识别,生成,界面效果)
scanqrcodebarcodeavfoundation
주요 지표
스타 성장
스타
1.6k
포크
335
주간 성장
—
이슈
78
5001k1.5k
2015년 12월2017년 9월2019년 6월2021년 3월2023년 1월2024년 10월2026년 7월
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

관련 저장소