yeahdongcn / RSBarcodes

1D and 2D barcodes scanner and generators for iOS7 with delightful controls.
MIT License
383 stars 59 forks source link

Is it possible to scan Datamatrix ? #4

Closed EvgenyKarkan closed 10 years ago

yeahdongcn commented 10 years ago

I'm afraid datamatrix is currently not supported by AVFoundation in iOS7, you can use ZXing or ZXingObjC.

EvgenyKarkan commented 10 years ago

Thank you.

yeahdongcn commented 10 years ago

Hi

iOS 8 now has capability to scan Datamatrix

/! @constant AVMetadataObjectTypeDataMatrixCode @abstract An identifier for an instance of AVMetadataMachineReadableCodeObject having a type AVMetadataObjectTypeDataMatrixCode. @discussion AVMetadataMachineReadableCodeObject objects generated from DataMatrix codes return this constant as their type. / AVF_EXPORT NSString *const AVMetadataObjectTypeDataMatrixCode NS_AVAILABLE(NA, 8_0);

EvgenyKarkan commented 10 years ago

Cool, thanks.