Skip to content

antoine20001/ACCodeReader

Repository files navigation

ACCodeReader

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

ACCodeReader is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ACCodeReader"

Add a list of supported codes to your readerView:

readerView.supportCodeType = [AVMetadataObjectTypeEAN8Code, AVMetadataObjectTypeEAN13Code, AVMetadataObjectTypeQRCode, AVMetadataObjectTypeDataMatrixCode, AVMetadataObjectTypeUPCECode, AVMetadataObjectTypeAztecCode, AVMetadataObjectTypeITF14Code, AVMetadataObjectTypeCode39Code, AVMetadataObjectTypeCode93Code, AVMetadataObjectTypePDF417Code, AVMetadataObjectTypeCode128Code, AVMetadataObjectTypeCode39Mod43Code, AVMetadataObjectTypeInterleaved2of5Code]

Author

antoinecointepas@gmail.com

License

ACCodeReader is available under the MIT license. See the LICENSE file for more info.