如何在 iOS 上扫描条形码?

问题描述:

如何在 iPhone 和/或 iPad 上简单地扫描条形码?

How can I simply scan barcodes on iPhone and/or iPad?

我们为 iPhone 制作了条形码"应用程序.它可以解码二维码.源代码可从 zxing 项目获得;具体来说,您想看看 iPhone 客户端核心库的部分 C++ 端口.该端口有点旧,大约是 Java 代码的 0.9 版本,但应该仍然可以正常工作.

We produced the 'Barcodes' application for the iPhone. It can decode QR Codes. The source code is available from the zxing project; specifically, you want to take a look at the iPhone client and the partial C++ port of the core library. The port is a little old, from circa the 0.9 release of the Java code, but should still work reasonably well.

如果您需要扫描其他格式,例如一维格式,您可以继续将本项目中的 Java 代码移植到 C++.

If you need to scan other formats, like 1D formats, you could continue the port of the Java code within this project to C++.

项目中的条形码和 iphone 代码在 2014 年初左右停用.

Barcodes and the iphone code in the project were retired around the start of 2014.