在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → iOS使用ZXingObjC二维码条形码扫描

iOS使用ZXingObjC二维码条形码扫描

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:0.84M
  • 下载次数:7
  • 浏览次数:967
  • 发布时间:2021-01-22
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
iOS使用ZXingObjC开源库实现二维码、条形码同时扫描。三方库使用cocoapods下载管理
【实例截图】
【核心代码】
dbafa902-9db5-4780-979c-54826f85d11e
├── __MACOSX
│   └── ZXingObjCTest
│   ├── Pods
│   │   └── ZXingObjC
│   │   └── ZXingObjC
│   ├── ZXingObjCTest
│   │   ├── en.lproj
│   │   └── Images.xcassets
│   │   ├── AppIcon.appiconset
│   │   └── LaunchImage.launchimage
│   └── ZXingObjCTestTests
│   └── en.lproj
└── ZXingObjCTest
├── Podfile
├── Podfile.lock
├── Pods
│   ├── BuildHeaders
│   │   └── ZXingObjC
│   │   ├── ZXAbstractDoCoMoResultParser.h
│   │   ├── ZXAbstractExpandedDecoder.h
│   │   ├── ZXAbstractRSSReader.h
│   │   ├── ZXAddressBookAUResultParser.h
│   │   ├── ZXAddressBookDoCoMoResultParser.h
│   │   ├── ZXAddressBookParsedResult.h
│   │   ├── ZXAI013103decoder.h
│   │   ├── ZXAI01320xDecoder.h
│   │   ├── ZXAI01392xDecoder.h
│   │   ├── ZXAI01393xDecoder.h
│   │   ├── ZXAI013x0x1xDecoder.h
│   │   ├── ZXAI013x0xDecoder.h
│   │   ├── ZXAI01AndOtherAIs.h
│   │   ├── ZXAI01decoder.h
│   │   ├── ZXAI01weightDecoder.h
│   │   ├── ZXAlignmentPatternFinder.h
│   │   ├── ZXAlignmentPattern.h
│   │   ├── ZXAnyAIDecoder.h
│   │   ├── ZXASCIIEncoder.h
│   │   ├── ZXAztecCode.h
│   │   ├── ZXAztecDecoder.h
│   │   ├── ZXAztecDetector.h
│   │   ├── ZXAztecDetectorResult.h
│   │   ├── ZXAztecEncoder.h
│   │   ├── ZXAztecReader.h
│   │   ├── ZXAztecWriter.h
│   │   ├── ZXBarcodeFormat.h
│   │   ├── ZXBarcodeMatrix.h
│   │   ├── ZXBarcodeRow.h
│   │   ├── ZXBase256Encoder.h
│   │   ├── ZXBinarizer.h
│   │   ├── ZXBinaryBitmap.h
│   │   ├── ZXBitArrayBuilder.h
│   │   ├── ZXBitArray.h
│   │   ├── ZXBitMatrix.h
│   │   ├── ZXBitSource.h
│   │   ├── ZXBizcardResultParser.h
│   │   ├── ZXBlockPair.h
│   │   ├── ZXBlockParsedResult.h
│   │   ├── ZXBookmarkDoCoMoResultParser.h
│   │   ├── ZXByQuadrantReader.h
│   │   ├── ZXByteMatrix.h
│   │   ├── ZXC40Encoder.h
│   │   ├── ZXCalendarParsedResult.h
│   │   ├── ZXCaptureDelegate.h
│   │   ├── ZXCapture.h
│   │   ├── ZXCaptureView.h
│   │   ├── ZXCGImageLuminanceSource.h
│   │   ├── ZXCharacterSetECI.h
│   │   ├── ZXCodaBarReader.h
│   │   ├── ZXCodaBarWriter.h
│   │   ├── ZXCode128Reader.h
│   │   ├── ZXCode128Writer.h
│   │   ├── ZXCode39Reader.h
│   │   ├── ZXCode39Writer.h
│   │   ├── ZXCode93Reader.h
│   │   ├── ZXCompaction.h
│   │   ├── ZXCurrentParsingState.h
│   │   ├── ZXDataCharacter.h
│   │   ├── ZXDataMask.h
│   │   ├── ZXDataMatrixBitMatrixParser.h
│   │   ├── ZXDataMatrixDataBlock.h
│   │   ├── ZXDataMatrixDecodedBitStreamParser.h
│   │   ├── ZXDataMatrixDecoder.h
│   │   ├── ZXDataMatrixDetector.h
│   │   ├── ZXDataMatrixEncoder.h
│   │   ├── ZXDataMatrixErrorCorrection.h
│   │   ├── ZXDataMatrixReader.h
│   │   ├── ZXDataMatrixSymbolInfo144.h
│   │   ├── ZXDataMatrixVersion.h
│   │   ├── ZXDataMatrixWriter.h
│   │   ├── ZXDecodedChar.h
│   │   ├── ZXDecodedInformation.h
│   │   ├── ZXDecodedNumeric.h
│   │   ├── ZXDecodedObject.h
│   │   ├── ZXDecodeHints.h
│   │   ├── ZXDecoderResult.h
│   │   ├── ZXDefaultGridSampler.h
│   │   ├── ZXDefaultPlacement.h
│   │   ├── ZXDetectorResult.h
│   │   ├── ZXDimension.h
│   │   ├── ZXDimensions.h
│   │   ├── ZXEAN13Reader.h
│   │   ├── ZXEAN13Writer.h
│   │   ├── ZXEAN8Reader.h
│   │   ├── ZXEAN8Writer.h
│   │   ├── ZXEANManufacturerOrgSupport.h
│   │   ├── ZXECI.h
│   │   ├── ZXEdifactEncoder.h
│   │   ├── ZXEmailAddressParsedResult.h
│   │   ├── ZXEmailAddressResultParser.h
│   │   ├── ZXEmailDoCoMoResultParser.h
│   │   ├── ZXEncodeHints.h
│   │   ├── ZXEncoderContext.h
│   │   ├── ZXEncoder.h
│   │   ├── ZXErrorCorrectionLevel.h
│   │   ├── ZXErrors.h
│   │   ├── ZXExpandedPair.h
│   │   ├── ZXExpandedProductParsedResult.h
│   │   ├── ZXExpandedProductResultParser.h
│   │   ├── ZXExpandedRow.h
│   │   ├── ZXFieldParser.h
│   │   ├── ZXFinderPatternFinder.h
│   │   ├── ZXFinderPatternInfo.h
│   │   ├── ZXFormatInformation.h
│   │   ├── ZXGeneralAppIdDecoder.h
│   │   ├── ZXGenericGF.h
│   │   ├── ZXGenericGFPoly.h
│   │   ├── ZXGenericMultipleBarcodeReader.h
│   │   ├── ZXGeoParsedResult.h
│   │   ├── ZXGeoResultParser.h
│   │   ├── ZXGlobalHistogramBinarizer.h
│   │   ├── ZXGridSampler.h
│   │   ├── ZXHighLevelEncoder.h
│   │   ├── ZXHybridBinarizer.h
│   │   ├── ZXImage.h
│   │   ├── ZXingObjC.h
│   │   ├── ZXInvertedLuminanceSource.h
│   │   ├── ZXISBNParsedResult.h
│   │   ├── ZXISBNResultParser.h
│   │   ├── ZXITFReader.h
│   │   ├── ZXITFWriter.h
│   │   ├── ZXLuminanceSource.h
│   │   ├── ZXMaskUtil.h
│   │   ├── ZXMathUtils.h
│   │   ├── ZXMatrixUtil.h
│   │   ├── ZXMaxiCodeBitMatrixParser.h
│   │   ├── ZXMaxiCodeDecodedBitStreamParser.h
│   │   ├── ZXMaxiCodeDecoder.h
│   │   ├── ZXMaxiCodeReader.h
│   │   ├── ZXMode.h
│   │   ├── ZXModulusGF.h
│   │   ├── ZXModulusPoly.h
│   │   ├── ZXMonochromeRectangleDetector.h
│   │   ├── ZXMultiDetector.h
│   │   ├── ZXMultiFinderPatternFinder.h
│   │   ├── ZXMultiFormatOneDReader.h
│   │   ├── ZXMultiFormatReader.h
│   │   ├── ZXMultiFormatUPCEANReader.h
│   │   ├── ZXMultiFormatWriter.h
│   │   ├── ZXMultipleBarcodeReader.h
│   │   ├── ZXOneDimensionalCodeWriter.h
│   │   ├── ZXOneDReader.h
│   │   ├── ZXPair.h
│   │   ├── ZXParsedResult.h
│   │   ├── ZXParsedResultType.h
│   │   ├── ZXPDF417BarcodeMetadata.h
│   │   ├── ZXPDF417BarcodeValue.h
│   │   ├── ZXPDF417BoundingBox.h
│   │   ├── ZXPDF417CodewordDecoder.h
│   │   ├── ZXPDF417Codeword.h
│   │   ├── ZXPDF417Common.h
│   │   ├── ZXPDF417DecodedBitStreamParser.h
│   │   ├── ZXPDF417DetectionResultColumn.h
│   │   ├── ZXPDF417DetectionResult.h
│   │   ├── ZXPDF417DetectionResultRowIndicatorColumn.h
│   │   ├── ZXPDF417Detector.h
│   │   ├── ZXPDF417DetectorResult.h
│   │   ├── ZXPDF417ECErrorCorrection.h
│   │   ├── ZXPDF417ErrorCorrection.h
│   │   ├── ZXPDF417.h
│   │   ├── ZXPDF417HighLevelEncoder.h
│   │   ├── ZXPDF417Reader.h
│   │   ├── ZXPDF417ResultMetadata.h
│   │   ├── ZXPDF417ScanningDecoder.h
│   │   ├── ZXPDF417Writer.h
│   │   ├── ZXPerspectiveTransform.h
│   │   ├── ZXPlanarYUVLuminanceSource.h
│   │   ├── ZXProductParsedResult.h
│   │   ├── ZXProductResultParser.h
│   │   ├── ZXQRCodeBitMatrixParser.h
│   │   ├── ZXQRCodeDataBlock.h
│   │   ├── ZXQRCodeDecodedBitStreamParser.h
│   │   ├── ZXQRCodeDecoder.h
│   │   ├── ZXQRCodeDetector.h
│   │   ├── ZXQRCodeFinderPattern.h
│   │   ├── ZXQRCode.h
│   │   ├── ZXQRCodeMultiReader.h
│   │   ├── ZXQRCodeReader.h
│   │   ├── ZXQRCodeVersion.h
│   │   ├── ZXQRCodeWriter.h
│   │   ├── ZXReader.h
│   │   ├── ZXReedSolomonDecoder.h
│   │   ├── ZXReedSolomonEncoder.h
│   │   ├── ZXResult.h
│   │   ├── ZXResultMetadataType.h
│   │   ├── ZXResultParser.h
│   │   ├── ZXResultPointCallback.h
│   │   ├── ZXResultPoint.h
│   │   ├── ZXRGBLuminanceSource.h
│   │   ├── ZXRSS14Reader.h
│   │   ├── ZXRSSExpandedReader.h
│   │   ├── ZXRSSFinderPattern.h
│   │   ├── ZXRSSUtils.h
│   │   ├── ZXSMSMMSResultParser.h
│   │   ├── ZXSMSParsedResult.h
│   │   ├── ZXSMSTOMMSTOResultParser.h
│   │   ├── ZXSMTPResultParser.h
│   │   ├── ZXStringUtils.h
│   │   ├── ZXSymbolInfo.h
│   │   ├── ZXSymbolShapeHint.h
│   │   ├── ZXTelParsedResult.h
│   │   ├── ZXTelResultParser.h
│   │   ├── ZXTextEncoder.h
│   │   ├── ZXTextParsedResult.h
│   │   ├── ZXUPCAReader.h
│   │   ├── ZXUPCAWriter.h
│   │   ├── ZXUPCEANExtension2Support.h
│   │   ├── ZXUPCEANExtension5Support.h
│   │   ├── ZXUPCEANExtensionSupport.h
│   │   ├── ZXUPCEANReader.h
│   │   ├── ZXUPCEANWriter.h
│   │   ├── ZXUPCEReader.h
│   │   ├── ZXURIParsedResult.h
│   │   ├── ZXURIResultParser.h
│   │   ├── ZXURLTOResultParser.h
│   │   ├── ZXVCardResultParser.h
│   │   ├── ZXVEventResultParser.h
│   │   ├── ZXView.h
│   │   ├── ZXWhiteRectangleDetector.h
│   │   ├── ZXWifiParsedResult.h
│   │   ├── ZXWifiResultParser.h
│   │   ├── ZXWriter.h
│   │   └── ZXX12Encoder.h
│   ├── Headers
│   │   └── ZXingObjC
│   │   ├── ZXAbstractDoCoMoResultParser.h
│   │   ├── ZXAbstractExpandedDecoder.h
│   │   ├── ZXAbstractRSSReader.h
│   │   ├── ZXAddressBookAUResultParser.h
│   │   ├── ZXAddressBookDoCoMoResultParser.h
│   │   ├── ZXAddressBookParsedResult.h
│   │   ├── ZXAI013103decoder.h
│   │   ├── ZXAI01320xDecoder.h
│   │   ├── ZXAI01392xDecoder.h
│   │   ├── ZXAI01393xDecoder.h
│   │   ├── ZXAI013x0x1xDecoder.h
│   │   ├── ZXAI013x0xDecoder.h
│   │   ├── ZXAI01AndOtherAIs.h
│   │   ├── ZXAI01decoder.h
│   │   ├── ZXAI01weightDecoder.h
│   │   ├── ZXAlignmentPatternFinder.h
│   │   ├── ZXAlignmentPattern.h
│   │   ├── ZXAnyAIDecoder.h
│   │   ├── ZXASCIIEncoder.h
│   │   ├── ZXAztecCode.h
│   │   ├── ZXAztecDecoder.h
│   │   ├── ZXAztecDetector.h
│   │   ├── ZXAztecDetectorResult.h
│   │   ├── ZXAztecEncoder.h
│   │   ├── ZXAztecReader.h
│   │   ├── ZXAztecWriter.h
│   │   ├── ZXBarcodeFormat.h
│   │   ├── ZXBarcodeMatrix.h
│   │   ├── ZXBarcodeRow.h
│   │   ├── ZXBase256Encoder.h
│   │   ├── ZXBinarizer.h
│   │   ├── ZXBinaryBitmap.h
│   │   ├── ZXBitArrayBuilder.h
│   │   ├── ZXBitArray.h
│   │   ├── ZXBitMatrix.h
│   │   ├── ZXBitSource.h
│   │   ├── ZXBizcardResultParser.h
│   │   ├── ZXBlockPair.h
│   │   ├── ZXBlockParsedResult.h
│   │   ├── ZXBookmarkDoCoMoResultParser.h
│   │   ├── ZXByQuadrantReader.h
│   │   ├── ZXByteMatrix.h
│   │   ├── ZXC40Encoder.h
│   │   ├── ZXCalendarParsedResult.h
│   │   ├── ZXCaptureDelegate.h
│   │   ├── ZXCapture.h
│   │   ├── ZXCaptureView.h
│   │   ├── ZXCGImageLuminanceSource.h
│   │   ├── ZXCharacterSetECI.h
│   │   ├── ZXCodaBarReader.h
│   │   ├── ZXCodaBarWriter.h
│   │   ├── ZXCode128Reader.h
│   │   ├── ZXCode128Writer.h
│   │   ├── ZXCode39Reader.h
│   │   ├── ZXCode39Writer.h
│   │   ├── ZXCode93Reader.h
│   │   ├── ZXCompaction.h
│   │   ├── ZXCurrentParsingState.h
│   │   ├── ZXDataCharacter.h
│   │   ├── ZXDataMask.h
│   │   ├── ZXDataMatrixBitMatrixParser.h
│   │   ├── ZXDataMatrixDataBlock.h
│   │   ├── ZXDataMatrixDecodedBitStreamParser.h
│   │   ├── ZXDataMatrixDecoder.h
│   │   ├── ZXDataMatrixDetector.h
│   │   ├── ZXDataMatrixEncoder.h
│   │   ├── ZXDataMatrixErrorCorrection.h
│   │   ├── ZXDataMatrixReader.h
│   │   ├── ZXDataMatrixSymbolInfo144.h
│   │   ├── ZXDataMatrixVersion.h
│   │   ├── ZXDataMatrixWriter.h
│   │   ├── ZXDecodedChar.h
│   │   ├── ZXDecodedInformation.h
│   │   ├── ZXDecodedNumeric.h
│   │   ├── ZXDecodedObject.h
│   │   ├── ZXDecodeHints.h
│   │   ├── ZXDecoderResult.h
│   │   ├── ZXDefaultGridSampler.h
│   │   ├── ZXDefaultPlacement.h
│   │   ├── ZXDetectorResult.h
│   │   ├── ZXDimension.h
│   │   ├── ZXDimensions.h
│   │   ├── ZXEAN13Reader.h
│   │   ├── ZXEAN13Writer.h
│   │   ├── ZXEAN8Reader.h
│   │   ├── ZXEAN8Writer.h
│   │   ├── ZXEANManufacturerOrgSupport.h
│   │   ├── ZXECI.h
│   │   ├── ZXEdifactEncoder.h
│   │   ├── ZXEmailAddressParsedResult.h
│   │   ├── ZXEmailAddressResultParser.h
│   │   ├── ZXEmailDoCoMoResultParser.h
│   │   ├── ZXEncodeHints.h
│   │   ├── ZXEncoderContext.h
│   │   ├── ZXEncoder.h
│   │   ├── ZXErrorCorrectionLevel.h
│   │   ├── ZXErrors.h
│   │   ├── ZXExpandedPair.h
│   │   ├── ZXExpandedProductParsedResult.h
│   │   ├── ZXExpandedProductResultParser.h
│   │   ├── ZXExpandedRow.h
│   │   ├── ZXFieldParser.h
│   │   ├── ZXFinderPatternFinder.h
│   │   ├── ZXFinderPatternInfo.h
│   │   ├── ZXFormatInformation.h
│   │   ├── ZXGeneralAppIdDecoder.h
│   │   ├── ZXGenericGF.h
│   │   ├── ZXGenericGFPoly.h
│   │   ├── ZXGenericMultipleBarcodeReader.h
│   │   ├── ZXGeoParsedResult.h
│   │   ├── ZXGeoResultParser.h
│   │   ├── ZXGlobalHistogramBinarizer.h
│   │   ├── ZXGridSampler.h
│   │   ├── ZXHighLevelEncoder.h
│   │   ├── ZXHybridBinarizer.h
│   │   ├── ZXImage.h
│   │   ├── ZXingObjC.h
│   │   ├── ZXInvertedLuminanceSource.h
│   │   ├── ZXISBNParsedResult.h
│   │   ├── ZXISBNResultParser.h
│   │   ├── ZXITFReader.h
│   │   ├── ZXITFWriter.h
│   │   ├── ZXLuminanceSource.h
│   │   ├── ZXMaskUtil.h
│   │   ├── ZXMathUtils.h
│   │   ├── ZXMatrixUtil.h
│   │   ├── ZXMaxiCodeBitMatrixParser.h
│   │   ├── ZXMaxiCodeDecodedBitStreamParser.h
│   │   ├── ZXMaxiCodeDecoder.h
│   │   ├── ZXMaxiCodeReader.h
│   │   ├── ZXMode.h
│   │   ├── ZXModulusGF.h
│   │   ├── ZXModulusPoly.h
│   │   ├── ZXMonochromeRectangleDetector.h
│   │   ├── ZXMultiDetector.h
│   │   ├── ZXMultiFinderPatternFinder.h
│   │   ├── ZXMultiFormatOneDReader.h
│   │   ├── ZXMultiFormatReader.h
│   │   ├── ZXMultiFormatUPCEANReader.h
│   │   ├── ZXMultiFormatWriter.h
│   │   ├── ZXMultipleBarcodeReader.h
│   │   ├── ZXOneDimensionalCodeWriter.h
│   │   ├── ZXOneDReader.h
│   │   ├── ZXPair.h
│   │   ├── ZXParsedResult.h
│   │   ├── ZXParsedResultType.h
│   │   ├── ZXPDF417BarcodeMetadata.h
│   │   ├── ZXPDF417BarcodeValue.h
│   │   ├── ZXPDF417BoundingBox.h
│   │   ├── ZXPDF417CodewordDecoder.h
│   │   ├── ZXPDF417Codeword.h
│   │   ├── ZXPDF417Common.h
│   │   ├── ZXPDF417DecodedBitStreamParser.h
│   │   ├── ZXPDF417DetectionResultColumn.h
│   │   ├── ZXPDF417DetectionResult.h
│   │   ├── ZXPDF417DetectionResultRowIndicatorColumn.h
│   │   ├── ZXPDF417Detector.h
│   │   ├── ZXPDF417DetectorResult.h
│   │   ├── ZXPDF417ECErrorCorrection.h
│   │   ├── ZXPDF417ErrorCorrection.h
│   │   ├── ZXPDF417.h
│   │   ├── ZXPDF417HighLevelEncoder.h
│   │   ├── ZXPDF417Reader.h
│   │   ├── ZXPDF417ResultMetadata.h
│   │   ├── ZXPDF417ScanningDecoder.h
│   │   ├── ZXPDF417Writer.h
│   │   ├── ZXPerspectiveTransform.h
│   │   ├── ZXPlanarYUVLuminanceSource.h
│   │   ├── ZXProductParsedResult.h
│   │   ├── ZXProductResultParser.h
│   │   ├── ZXQRCodeBitMatrixParser.h
│   │   ├── ZXQRCodeDataBlock.h
│   │   ├── ZXQRCodeDecodedBitStreamParser.h
│   │   ├── ZXQRCodeDecoder.h
│   │   ├── ZXQRCodeDetector.h
│   │   ├── ZXQRCodeFinderPattern.h
│   │   ├── ZXQRCode.h
│   │   ├── ZXQRCodeMultiReader.h
│   │   ├── ZXQRCodeReader.h
│   │   ├── ZXQRCodeVersion.h
│   │   ├── ZXQRCodeWriter.h
│   │   ├── ZXReader.h
│   │   ├── ZXReedSolomonDecoder.h
│   │   ├── ZXReedSolomonEncoder.h
│   │   ├── ZXResult.h
│   │   ├── ZXResultMetadataType.h
│   │   ├── ZXResultParser.h
│   │   ├── ZXResultPointCallback.h
│   │   ├── ZXResultPoint.h
│   │   ├── ZXRGBLuminanceSource.h
│   │   ├── ZXRSS14Reader.h
│   │   ├── ZXRSSExpandedReader.h
│   │   ├── ZXRSSFinderPattern.h
│   │   ├── ZXRSSUtils.h
│   │   ├── ZXSMSMMSResultParser.h
│   │   ├── ZXSMSParsedResult.h
│   │   ├── ZXSMSTOMMSTOResultParser.h
│   │   ├── ZXSMTPResultParser.h
│   │   ├── ZXStringUtils.h
│   │   ├── ZXSymbolInfo.h
│   │   ├── ZXSymbolShapeHint.h
│   │   ├── ZXTelParsedResult.h
│   │   ├── ZXTelResultParser.h
│   │   ├── ZXTextEncoder.h
│   │   ├── ZXTextParsedResult.h
│   │   ├── ZXUPCAReader.h
│   │   ├── ZXUPCAWriter.h
│   │   ├── ZXUPCEANExtension2Support.h
│   │   ├── ZXUPCEANExtension5Support.h
│   │   ├── ZXUPCEANExtensionSupport.h
│   │   ├── ZXUPCEANReader.h
│   │   ├── ZXUPCEANWriter.h
│   │   ├── ZXUPCEReader.h
│   │   ├── ZXURIParsedResult.h
│   │   ├── ZXURIResultParser.h
│   │   ├── ZXURLTOResultParser.h
│   │   ├── ZXVCardResultParser.h
│   │   ├── ZXVEventResultParser.h
│   │   ├── ZXView.h
│   │   ├── ZXWhiteRectangleDetector.h
│   │   ├── ZXWifiParsedResult.h
│   │   ├── ZXWifiResultParser.h
│   │   ├── ZXWriter.h
│   │   └── ZXX12Encoder.h
│   ├── Manifest.lock
│   ├── Pods-acknowledgements.markdown
│   ├── Pods-acknowledgements.plist
│   ├── Pods-dummy.m
│   ├── Pods-environment.h
│   ├── Pods-resources.sh
│   ├── Pods.xcconfig
│   ├── Pods.xcodeproj
│   │   ├── project.pbxproj
│   │   └── xcuserdata
│   │   └── dongyu.xcuserdatad
│   │   └── xcschemes
│   │   ├── Pods.xcscheme
│   │   ├── Pods-ZXingObjC.xcscheme
│   │   └── xcschememanagement.plist
│   ├── Pods-ZXingObjC-dummy.m
│   ├── Pods-ZXingObjC-prefix.pch
│   ├── Pods-ZXingObjC-Private.xcconfig
│   ├── Pods-ZXingObjC.xcconfig
│   └── ZXingObjC
│   ├── COPYING
│   ├── README.md
│   └── ZXingObjC
│   ├── aztec
│   │   ├── decoder
│   │   │   ├── ZXAztecDecoder.h
│   │   │   └── ZXAztecDecoder.m
│   │   ├── detector
│   │   │   ├── ZXAztecDetector.h
│   │   │   └── ZXAztecDetector.m
│   │   ├── encoder
│   │   │   ├── ZXAztecCode.h
│   │   │   ├── ZXAztecCode.m
│   │   │   ├── ZXAztecEncoder.h
│   │   │   └── ZXAztecEncoder.m
│   │   ├── ZXAztecDetectorResult.h
│   │   ├── ZXAztecDetectorResult.m
│   │   ├── ZXAztecReader.h
│   │   ├── ZXAztecReader.m
│   │   ├── ZXAztecWriter.h
│   │   └── ZXAztecWriter.m
│   ├── client
│   │   ├── result
│   │   │   ├── ZXAbstractDoCoMoResultParser.h
│   │   │   ├── ZXAbstractDoCoMoResultParser.m
│   │   │   ├── ZXAddressBookAUResultParser.h
│   │   │   ├── ZXAddressBookAUResultParser.m
│   │   │   ├── ZXAddressBookDoCoMoResultParser.h
│   │   │   ├── ZXAddressBookDoCoMoResultParser.m
│   │   │   ├── ZXAddressBookParsedResult.h
│   │   │   ├── ZXAddressBookParsedResult.m
│   │   │   ├── ZXBizcardResultParser.h
│   │   │   ├── ZXBizcardResultParser.m
│   │   │   ├── ZXBookmarkDoCoMoResultParser.h
│   │   │   ├── ZXBookmarkDoCoMoResultParser.m
│   │   │   ├── ZXCalendarParsedResult.h
│   │   │   ├── ZXCalendarParsedResult.m
│   │   │   ├── ZXEmailAddressParsedResult.h
│   │   │   ├── ZXEmailAddressParsedResult.m
│   │   │   ├── ZXEmailAddressResultParser.h
│   │   │   ├── ZXEmailAddressResultParser.m
│   │   │   ├── ZXEmailDoCoMoResultParser.h
│   │   │   ├── ZXEmailDoCoMoResultParser.m
│   │   │   ├── ZXExpandedProductParsedResult.h
│   │   │   ├── ZXExpandedProductParsedResult.m
│   │   │   ├── ZXExpandedProductResultParser.h
│   │   │   ├── ZXExpandedProductResultParser.m
│   │   │   ├── ZXGeoParsedResult.h
│   │   │   ├── ZXGeoParsedResult.m
│   │   │   ├── ZXGeoResultParser.h
│   │   │   ├── ZXGeoResultParser.m
│   │   │   ├── ZXISBNParsedResult.h
│   │   │   ├── ZXISBNParsedResult.m
│   │   │   ├── ZXISBNResultParser.h
│   │   │   ├── ZXISBNResultParser.m
│   │   │   ├── ZXParsedResult.h
│   │   │   ├── ZXParsedResult.m
│   │   │   ├── ZXParsedResultType.h
│   │   │   ├── ZXProductParsedResult.h
│   │   │   ├── ZXProductParsedResult.m
│   │   │   ├── ZXProductResultParser.h
│   │   │   ├── ZXProductResultParser.m
│   │   │   ├── ZXResultParser.h
│   │   │   ├── ZXResultParser.m
│   │   │   ├── ZXSMSMMSResultParser.h
│   │   │   ├── ZXSMSMMSResultParser.m
│   │   │   ├── ZXSMSParsedResult.h
│   │   │   ├── ZXSMSParsedResult.m
│   │   │   ├── ZXSMSTOMMSTOResultParser.h
│   │   │   ├── ZXSMSTOMMSTOResultParser.m
│   │   │   ├── ZXSMTPResultParser.h
│   │   │   ├── ZXSMTPResultParser.m
│   │   │   ├── ZXTelParsedResult.h
│   │   │   ├── ZXTelParsedResult.m
│   │   │   ├── ZXTelResultParser.h
│   │   │   ├── ZXTelResultParser.m
│   │   │   ├── ZXTextParsedResult.h
│   │   │   ├── ZXTextParsedResult.m
│   │   │   ├── ZXURIParsedResult.h
│   │   │   ├── ZXURIParsedResult.m
│   │   │   ├── ZXURIResultParser.h
│   │   │   ├── ZXURIResultParser.m
│   │   │   ├── ZXURLTOResultParser.h
│   │   │   ├── ZXURLTOResultParser.m
│   │   │   ├── ZXVCardResultParser.h
│   │   │   ├── ZXVCardResultParser.m
│   │   │   ├── ZXVEventResultParser.h
│   │   │   ├── ZXVEventResultParser.m
│   │   │   ├── ZXWifiParsedResult.h
│   │   │   ├── ZXWifiParsedResult.m
│   │   │   ├── ZXWifiResultParser.h
│   │   │   └── ZXWifiResultParser.m
│   │   ├── ZXCaptureDelegate.h
│   │   ├── ZXCapture.h
│   │   ├── ZXCapture.m
│   │   ├── ZXCaptureView.h
│   │   ├── ZXCaptureView.m
│   │   ├── ZXCGImageLuminanceSource.h
│   │   ├── ZXCGImageLuminanceSource.m
│   │   ├── ZXImage.h
│   │   ├── ZXImage.m
│   │   └── ZXView.h
│   ├── common
│   │   ├── detector
│   │   │   ├── ZXMathUtils.h
│   │   │   ├── ZXMathUtils.m
│   │   │   ├── ZXMonochromeRectangleDetector.h
│   │   │   ├── ZXMonochromeRectangleDetector.m
│   │   │   ├── ZXWhiteRectangleDetector.h
│   │   │   └── ZXWhiteRectangleDetector.m
│   │   ├── reedsolomon
│   │   │   ├── ZXGenericGF.h
│   │   │   ├── ZXGenericGF.m
│   │   │   ├── ZXGenericGFPoly.h
│   │   │   ├── ZXGenericGFPoly.m
│   │   │   ├── ZXReedSolomonDecoder.h
│   │   │   ├── ZXReedSolomonDecoder.m
│   │   │   ├── ZXReedSolomonEncoder.h
│   │   │   └── ZXReedSolomonEncoder.m
│   │   ├── ZXBitArray.h
│   │   ├── ZXBitArray.m
│   │   ├── ZXBitMatrix.h
│   │   ├── ZXBitMatrix.m
│   │   ├── ZXBitSource.h
│   │   ├── ZXBitSource.m
│   │   ├── ZXCharacterSetECI.h
│   │   ├── ZXCharacterSetECI.m
│   │   ├── ZXDecoderResult.h
│   │   ├── ZXDecoderResult.m
│   │   ├── ZXDefaultGridSampler.h
│   │   ├── ZXDefaultGridSampler.m
│   │   ├── ZXDetectorResult.h
│   │   ├── ZXDetectorResult.m
│   │   ├── ZXECI.h
│   │   ├── ZXECI.m
│   │   ├── ZXGlobalHistogramBinarizer.h
│   │   ├── ZXGlobalHistogramBinarizer.m
│   │   ├── ZXGridSampler.h
│   │   ├── ZXGridSampler.m
│   │   ├── ZXHybridBinarizer.h
│   │   ├── ZXHybridBinarizer.m
│   │   ├── ZXPerspectiveTransform.h
│   │   ├── ZXPerspectiveTransform.m
│   │   ├── ZXStringUtils.h
│   │   └── ZXStringUtils.m
│   ├── datamatrix
│   │   ├── decoder
│   │   │   ├── ZXDataMatrixBitMatrixParser.h
│   │   │   ├── ZXDataMatrixBitMatrixParser.m
│   │   │   ├── ZXDataMatrixDataBlock.h
│   │   │   ├── ZXDataMatrixDataBlock.m
│   │   │   ├── ZXDataMatrixDecodedBitStreamParser.h
│   │   │   ├── ZXDataMatrixDecodedBitStreamParser.m
│   │   │   ├── ZXDataMatrixDecoder.h
│   │   │   ├── ZXDataMatrixDecoder.m
│   │   │   ├── ZXDataMatrixVersion.h
│   │   │   └── ZXDataMatrixVersion.m
│   │   ├── detector
│   │   │   ├── ZXDataMatrixDetector.h
│   │   │   └── ZXDataMatrixDetector.m
│   │   ├── encoder
│   │   │   ├── ZXASCIIEncoder.h
│   │   │   ├── ZXASCIIEncoder.m
│   │   │   ├── ZXBase256Encoder.h
│   │   │   ├── ZXBase256Encoder.m
│   │   │   ├── ZXC40Encoder.h
│   │   │   ├── ZXC40Encoder.m
│   │   │   ├── ZXDataMatrixEncoder.h
│   │   │   ├── ZXDataMatrixErrorCorrection.h
│   │   │   ├── ZXDataMatrixErrorCorrection.m
│   │   │   ├── ZXDataMatrixSymbolInfo144.h
│   │   │   ├── ZXDataMatrixSymbolInfo144.m
│   │   │   ├── ZXDefaultPlacement.h
│   │   │   ├── ZXDefaultPlacement.m
│   │   │   ├── ZXEdifactEncoder.h
│   │   │   ├── ZXEdifactEncoder.m
│   │   │   ├── ZXEncoderContext.h
│   │   │   ├── ZXEncoderContext.m
│   │   │   ├── ZXHighLevelEncoder.h
│   │   │   ├── ZXHighLevelEncoder.m
│   │   │   ├── ZXSymbolInfo.h
│   │   │   ├── ZXSymbolInfo.m
│   │   │   ├── ZXSymbolShapeHint.h
│   │   │   ├── ZXSymbolShapeHint.m
│   │   │   ├── ZXTextEncoder.h
│   │   │   ├── ZXTextEncoder.m
│   │   │   ├── ZXX12Encoder.h
│   │   │   └── ZXX12Encoder.m
│   │   ├── ZXDataMatrixReader.h
│   │   ├── ZXDataMatrixReader.m
│   │   ├── ZXDataMatrixWriter.h
│   │   └── ZXDataMatrixWriter.m
│   ├── maxicode
│   │   ├── decoder
│   │   │   ├── ZXMaxiCodeBitMatrixParser.h
│   │   │   ├── ZXMaxiCodeBitMatrixParser.m
│   │   │   ├── ZXMaxiCodeDecodedBitStreamParser.h
│   │   │   ├── ZXMaxiCodeDecodedBitStreamParser.m
│   │   │   ├── ZXMaxiCodeDecoder.h
│   │   │   └── ZXMaxiCodeDecoder.m
│   │   ├── ZXMaxiCodeReader.h
│   │   └── ZXMaxiCodeReader.m
│   ├── multi
│   │   ├── qrcode
│   │   │   ├── detector
│   │   │   │   ├── ZXMultiDetector.h
│   │   │   │   ├── ZXMultiDetector.m
│   │   │   │   ├── ZXMultiFinderPatternFinder.h
│   │   │   │   └── ZXMultiFinderPatternFinder.m
│   │   │   ├── ZXQRCodeMultiReader.h
│   │   │   └── ZXQRCodeMultiReader.m
│   │   ├── ZXByQuadrantReader.h
│   │   ├── ZXByQuadrantReader.m
│   │   ├── ZXGenericMultipleBarcodeReader.h
│   │   ├── ZXGenericMultipleBarcodeReader.m
│   │   └── ZXMultipleBarcodeReader.h
│   ├── oned
│   │   ├── rss
│   │   │   ├── expanded
│   │   │   │   ├── decoders
│   │   │   │   │   ├── ZXAbstractExpandedDecoder.h
│   │   │   │   │   ├── ZXAbstractExpandedDecoder.m
│   │   │   │   │   ├── ZXAI013103decoder.h
│   │   │   │   │   ├── ZXAI013103decoder.m
│   │   │   │   │   ├── ZXAI01320xDecoder.h
│   │   │   │   │   ├── ZXAI01320xDecoder.m
│   │   │   │   │   ├── ZXAI01392xDecoder.h
│   │   │   │   │   ├── ZXAI01392xDecoder.m
│   │   │   │   │   ├── ZXAI01393xDecoder.h
│   │   │   │   │   ├── ZXAI01393xDecoder.m
│   │   │   │   │   ├── ZXAI013x0x1xDecoder.h
│   │   │   │   │   ├── ZXAI013x0x1xDecoder.m
│   │   │   │   │   ├── ZXAI013x0xDecoder.h
│   │   │   │   │   ├── ZXAI013x0xDecoder.m
│   │   │   │   │   ├── ZXAI01AndOtherAIs.h
│   │   │   │   │   ├── ZXAI01AndOtherAIs.m
│   │   │   │   │   ├── ZXAI01decoder.h
│   │   │   │   │   ├── ZXAI01decoder.m
│   │   │   │   │   ├── ZXAI01weightDecoder.h
│   │   │   │   │   ├── ZXAI01weightDecoder.m
│   │   │   │   │   ├── ZXAnyAIDecoder.h
│   │   │   │   │   ├── ZXAnyAIDecoder.m
│   │   │   │   │   ├── ZXBlockParsedResult.h
│   │   │   │   │   ├── ZXBlockParsedResult.m
│   │   │   │   │   ├── ZXCurrentParsingState.h
│   │   │   │   │   ├── ZXCurrentParsingState.m
│   │   │   │   │   ├── ZXDecodedChar.h
│   │   │   │   │   ├── ZXDecodedChar.m
│   │   │   │   │   ├── ZXDecodedInformation.h
│   │   │   │   │   ├── ZXDecodedInformation.m
│   │   │   │   │   ├── ZXDecodedNumeric.h
│   │   │   │   │   ├── ZXDecodedNumeric.m
│   │   │   │   │   ├── ZXDecodedObject.h
│   │   │   │   │   ├── ZXDecodedObject.m
│   │   │   │   │   ├── ZXFieldParser.h
│   │   │   │   │   ├── ZXFieldParser.m
│   │   │   │   │   ├── ZXGeneralAppIdDecoder.h
│   │   │   │   │   └── ZXGeneralAppIdDecoder.m
│   │   │   │   ├── ZXBitArrayBuilder.h
│   │   │   │   ├── ZXBitArrayBuilder.m
│   │   │   │   ├── ZXExpandedPair.h
│   │   │   │   ├── ZXExpandedPair.m
│   │   │   │   ├── ZXExpandedRow.h
│   │   │   │   ├── ZXExpandedRow.m
│   │   │   │   ├── ZXRSSExpandedReader.h
│   │   │   │   └── ZXRSSExpandedReader.m
│   │   │   ├── ZXAbstractRSSReader.h
│   │   │   ├── ZXAbstractRSSReader.m
│   │   │   ├── ZXDataCharacter.h
│   │   │   ├── ZXDataCharacter.m
│   │   │   ├── ZXPair.h
│   │   │   ├── ZXPair.m
│   │   │   ├── ZXRSS14Reader.h
│   │   │   ├── ZXRSS14Reader.m
│   │   │   ├── ZXRSSFinderPattern.h
│   │   │   ├── ZXRSSFinderPattern.m
│   │   │   ├── ZXRSSUtils.h
│   │   │   └── ZXRSSUtils.m
│   │   ├── ZXCodaBarReader.h
│   │   ├── ZXCodaBarReader.m
│   │   ├── ZXCodaBarWriter.h
│   │   ├── ZXCodaBarWriter.m
│   │   ├── ZXCode128Reader.h
│   │   ├── ZXCode128Reader.m
│   │   ├── ZXCode128Writer.h
│   │   ├── ZXCode128Writer.m
│   │   ├── ZXCode39Reader.h
│   │   ├── ZXCode39Reader.m
│   │   ├── ZXCode39Writer.h
│   │   ├── ZXCode39Writer.m
│   │   ├── ZXCode93Reader.h
│   │   ├── ZXCode93Reader.m
│   │   ├── ZXEAN13Reader.h
│   │   ├── ZXEAN13Reader.m
│   │   ├── ZXEAN13Writer.h
│   │   ├── ZXEAN13Writer.m
│   │   ├── ZXEAN8Reader.h
│   │   ├── ZXEAN8Reader.m
│   │   ├── ZXEAN8Writer.h
│   │   ├── ZXEAN8Writer.m
│   │   ├── ZXEANManufacturerOrgSupport.h
│   │   ├── ZXEANManufacturerOrgSupport.m
│   │   ├── ZXITFReader.h
│   │   ├── ZXITFReader.m
│   │   ├── ZXITFWriter.h
│   │   ├── ZXITFWriter.m
│   │   ├── ZXMultiFormatOneDReader.h
│   │   ├── ZXMultiFormatOneDReader.m
│   │   ├── ZXMultiFormatUPCEANReader.h
│   │   ├── ZXMultiFormatUPCEANReader.m
│   │   ├── ZXOneDimensionalCodeWriter.h
│   │   ├── ZXOneDimensionalCodeWriter.m
│   │   ├── ZXOneDReader.h
│   │   ├── ZXOneDReader.m
│   │   ├── ZXUPCAReader.h
│   │   ├── ZXUPCAReader.m
│   │   ├── ZXUPCAWriter.h
│   │   ├── ZXUPCAWriter.m
│   │   ├── ZXUPCEANExtension2Support.h
│   │   ├── ZXUPCEANExtension2Support.m
│   │   ├── ZXUPCEANExtension5Support.h
│   │   ├── ZXUPCEANExtension5Support.m
│   │   ├── ZXUPCEANExtensionSupport.h
│   │   ├── ZXUPCEANExtensionSupport.m
│   │   ├── ZXUPCEANReader.h
│   │   ├── ZXUPCEANReader.m
│   │   ├── ZXUPCEANWriter.h
│   │   ├── ZXUPCEANWriter.m
│   │   ├── ZXUPCEReader.h
│   │   └── ZXUPCEReader.m
│   ├── pdf417
│   │   ├── decoder
│   │   │   ├── ec
│   │   │   │   ├── ZXModulusGF.h
│   │   │   │   ├── ZXModulusGF.m
│   │   │   │   ├── ZXModulusPoly.h
│   │   │   │   ├── ZXModulusPoly.m
│   │   │   │   ├── ZXPDF417ECErrorCorrection.h
│   │   │   │   └── ZXPDF417ECErrorCorrection.m
│   │   │   ├── ZXPDF417BarcodeMetadata.h
│   │   │   ├── ZXPDF417BarcodeMetadata.m
│   │   │   ├── ZXPDF417BarcodeValue.h
│   │   │   ├── ZXPDF417BarcodeValue.m
│   │   │   ├── ZXPDF417BoundingBox.h
│   │   │   ├── ZXPDF417BoundingBox.m
│   │   │   ├── ZXPDF417CodewordDecoder.h
│   │   │   ├── ZXPDF417CodewordDecoder.m
│   │   │   ├── ZXPDF417Codeword.h
│   │   │   ├── ZXPDF417Codeword.m
│   │   │   ├── ZXPDF417DecodedBitStreamParser.h
│   │   │   ├── ZXPDF417DecodedBitStreamParser.m
│   │   │   ├── ZXPDF417DetectionResultColumn.h
│   │   │   ├── ZXPDF417DetectionResultColumn.m
│   │   │   ├── ZXPDF417DetectionResult.h
│   │   │   ├── ZXPDF417DetectionResult.m
│   │   │   ├── ZXPDF417DetectionResultRowIndicatorColumn.h
│   │   │   ├── ZXPDF417DetectionResultRowIndicatorColumn.m
│   │   │   ├── ZXPDF417ScanningDecoder.h
│   │   │   └── ZXPDF417ScanningDecoder.m
│   │   ├── detector
│   │   │   ├── ZXPDF417Detector.h
│   │   │   ├── ZXPDF417Detector.m
│   │   │   ├── ZXPDF417DetectorResult.h
│   │   │   └── ZXPDF417DetectorResult.m
│   │   ├── encoder
│   │   │   ├── ZXBarcodeMatrix.h
│   │   │   ├── ZXBarcodeMatrix.m
│   │   │   ├── ZXBarcodeRow.h
│   │   │   ├── ZXBarcodeRow.m
│   │   │   ├── ZXCompaction.h
│   │   │   ├── ZXDimensions.h
│   │   │   ├── ZXDimensions.m
│   │   │   ├── ZXPDF417ErrorCorrection.h
│   │   │   ├── ZXPDF417ErrorCorrection.m
│   │   │   ├── ZXPDF417.h
│   │   │   ├── ZXPDF417HighLevelEncoder.h
│   │   │   ├── ZXPDF417HighLevelEncoder.m
│   │   │   └── ZXPDF417.m
│   │   ├── ZXPDF417Common.h
│   │   ├── ZXPDF417Common.m
│   │   ├── ZXPDF417Reader.h
│   │   ├── ZXPDF417Reader.m
│   │   ├── ZXPDF417ResultMetadata.h
│   │   ├── ZXPDF417ResultMetadata.m
│   │   ├── ZXPDF417Writer.h
│   │   └── ZXPDF417Writer.m
│   ├── qrcode
│   │   ├── decoder
│   │   │   ├── ZXDataMask.h
│   │   │   ├── ZXDataMask.m
│   │   │   ├── ZXErrorCorrectionLevel.h
│   │   │   ├── ZXErrorCorrectionLevel.m
│   │   │   ├── ZXFormatInformation.h
│   │   │   ├── ZXFormatInformation.m
│   │   │   ├── ZXMode.h
│   │   │   ├── ZXMode.m
│   │   │   ├── ZXQRCodeBitMatrixParser.h
│   │   │   ├── ZXQRCodeBitMatrixParser.m
│   │   │   ├── ZXQRCodeDataBlock.h
│   │   │   ├── ZXQRCodeDataBlock.m
│   │   │   ├── ZXQRCodeDecodedBitStreamParser.h
│   │   │   ├── ZXQRCodeDecodedBitStreamParser.m
│   │   │   ├── ZXQRCodeDecoder.h
│   │   │   ├── ZXQRCodeDecoder.m
│   │   │   ├── ZXQRCodeVersion.h
│   │   │   └── ZXQRCodeVersion.m
│   │   ├── detector
│   │   │   ├── ZXAlignmentPatternFinder.h
│   │   │   ├── ZXAlignmentPatternFinder.m
│   │   │   ├── ZXAlignmentPattern.h
│   │   │   ├── ZXAlignmentPattern.m
│   │   │   ├── ZXFinderPatternFinder.h
│   │   │   ├── ZXFinderPatternFinder.m
│   │   │   ├── ZXFinderPatternInfo.h
│   │   │   ├── ZXFinderPatternInfo.m
│   │   │   ├── ZXQRCodeDetector.h
│   │   │   ├── ZXQRCodeDetector.m
│   │   │   ├── ZXQRCodeFinderPattern.h
│   │   │   └── ZXQRCodeFinderPattern.m
│   │   ├── encoder
│   │   │   ├── ZXBlockPair.h
│   │   │   ├── ZXBlockPair.m
│   │   │   ├── ZXByteMatrix.h
│   │   │   ├── ZXByteMatrix.m
│   │   │   ├── ZXEncoder.h
│   │   │   ├── ZXEncoder.m
│   │   │   ├── ZXMaskUtil.h
│   │   │   ├── ZXMaskUtil.m
│   │   │   ├── ZXMatrixUtil.h
│   │   │   ├── ZXMatrixUtil.m
│   │   │   ├── ZXQRCode.h
│   │   │   └── ZXQRCode.m
│   │   ├── ZXQRCodeReader.h
│   │   ├── ZXQRCodeReader.m
│   │   ├── ZXQRCodeWriter.h
│   │   └── ZXQRCodeWriter.m
│   ├── ZXBarcodeFormat.h
│   ├── ZXBinarizer.h
│   ├── ZXBinarizer.m
│   ├── ZXBinaryBitmap.h
│   ├── ZXBinaryBitmap.m
│   ├── ZXDecodeHints.h
│   ├── ZXDecodeHints.m
│   ├── ZXDimension.h
│   ├── ZXDimension.m
│   ├── ZXEncodeHints.h
│   ├── ZXEncodeHints.m
│   ├── ZXErrors.h
│   ├── ZXErrors.m
│   ├── ZXingObjC.h
│   ├── ZXInvertedLuminanceSource.h
│   ├── ZXInvertedLuminanceSource.m
│   ├── ZXLuminanceSource.h
│   ├── ZXLuminanceSource.m
│   ├── ZXMultiFormatReader.h
│   ├── ZXMultiFormatReader.m
│   ├── ZXMultiFormatWriter.h
│   ├── ZXMultiFormatWriter.m
│   ├── ZXPlanarYUVLuminanceSource.h
│   ├── ZXPlanarYUVLuminanceSource.m
│   ├── ZXReader.h
│   ├── ZXResult.h
│   ├── ZXResult.m
│   ├── ZXResultMetadataType.h
│   ├── ZXResultPointCallback.h
│   ├── ZXResultPoint.h
│   ├── ZXResultPoint.m
│   ├── ZXRGBLuminanceSource.h
│   ├── ZXRGBLuminanceSource.m
│   └── ZXWriter.h
├── ZXingObjCTest
│   ├── AppDelegate.h
│   ├── AppDelegate.m
│   ├── border.png
│   ├── en.lproj
│   │   └── InfoPlist.strings
│   ├── Images.xcassets
│   │   ├── AppIcon.appiconset
│   │   │   └── Contents.json
│   │   └── LaunchImage.launchimage
│   │   └── Contents.json
│   ├── line.png
│   ├── main.m
│   ├── RootViewController.h
│   ├── RootViewController.m
│   ├── ScannerViewController.h
│   ├── ScannerViewController.m
│   ├── ZXingObjCTest-Info.plist
│   └── ZXingObjCTest-Prefix.pch
├── ZXingObjCTestTests
│   ├── en.lproj
│   │   └── InfoPlist.strings
│   ├── ZXingObjCTestTests-Info.plist
│   └── ZXingObjCTestTests.m
├── ZXingObjCTest.xcodeproj
│   ├── project.pbxproj
│   ├── project.xcworkspace
│   │   ├── contents.xcworkspacedata
│   │   └── xcuserdata
│   │   └── dongyu.xcuserdatad
│   │   └── UserInterfaceState.xcuserstate
│   └── xcuserdata
│   └── dongyu.xcuserdatad
│   └── xcschemes
│   ├── xcschememanagement.plist
│   └── ZXingObjCTest.xcscheme
└── ZXingObjCTest.xcworkspace
├── contents.xcworkspacedata
└── xcuserdata
└── dongyu.xcuserdatad
└── UserInterfaceState.xcuserstate

72 directories, 927 files

标签:

实例下载地址

iOS使用ZXingObjC二维码条形码扫描

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警