我正在构建一个需要条形码扫描模块的应用。我的系统具有的条形码始终是 2D 数据矩阵。现在我一直在寻找一些可以提供帮助的 SDK,但到目前为止还没有找到太多。
我已经在我的 android 应用中使用了 ZXing,但他们已经取消了 iOS 的插件。
iOS 本身有一个条码读取模块,但它没有将二维数据矩阵列为支持的代码类型。
ZBar 是另一种解决方案,但它也不扫描二维数据矩阵。
你知道我可以使用的 SDK 吗?
Best Answer-推荐答案 strong>
老问题,但对于那些在今天寻找答案的人......从 iOS 8 开始,这包含在 AVFoundation 中。见:
https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVMetadataMachineReadableCodeObject_Class/index.html#//apple_ref/doc/constant_group/Machine_Readable_Object_Types
关于ios - 用于 iOS 中数据矩阵扫描的 SDK,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/23344647/
|