# swiftScan **Repository Path**: jumplee/swiftScan ## Basic Information - **Project Name**: swiftScan - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iOS qrCode、barCode Swift Version [![Platform](https://img.shields.io/badge/platform-iOS-red.svg)](https://developer.apple.com/iphone/index.action) [![Language](http://img.shields.io/badge/language-swift4.0-yellow.svg?style=flat )](https://en.wikipedia.org/wiki/swift) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://mit-license.org) ### Objective-c Version: **[LBXScan](https://github.com/MxABC/LBXScan)** ### [中文介绍](https://github.com/MxABC/swiftScan/blob/master/README-Chinese.md) ## 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 ```ruby 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 ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page1.jpg) ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page2.jpg) ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page3.jpg) ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page4.jpg) ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page5.jpg) ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page6.jpg) ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page7.jpg) ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page8.jpg) ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page9.jpg) ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page10.jpg) ![image](https://github.com/MxABC/swiftScan/blob/master/ScreenShots/page11.jpg)