To run the example project, clone the repo, and run pod install
from the Example directory first.
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]
ACCodeReader is available under the MIT license. See the LICENSE file for more info.