PSUIBarcodeScanner is a simple and fully customizable barcode scanner written in Swift
- Barcode scanning.
- Handling of camera authorization status.
- No external dependencies.
- Fully customizable.
- Torch mode switch. [TODO]
- Demo project.
PSUIBarcodeScanner is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'PSUIBarcodeScanner'
In order to quickly try the demo project of a PSUIBarcodeScanner just run
pod try PSUIBarcodeScanner
in your terminal.
PSUIBarcodeScanner is also available through Carthage. To install just write into your Cartfile:
github "piero9212/PSUIBarcodeScanner"
To install PSUIBarcodeScanner manually just download and drop PSUIBarcodeScanner
folder in your project.
Piero Sifuentes, piero9212@gmail.com
Let us know if are having issues using this framework, don't forget post all the information about the issue like the context, some code using it and the track trace (in cases of crash).
Report bugs, discuss features and post feedback using GitHub Issues. Be sure to check our documentation, FAQ and past issues before opening any new issues.
PSUIBarcodeScanner is available under the MIT license. See the LICENSE file for more info.