如何解码二维码 - iPhone
我正在开发一个使用 Zbarcode 框架读取条形码和 QR 码的应用程序。有没有办法使用 Objective C 解码二维码?
I am developing an app which reads barcode and QR code using Zbarcode framework. Is there any way to decode the QR code using objective c?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以参考这个名为 Zxing 的库。
它有 QRCode Reader 和 BarCode Reader。
http://code.google.com/p/zxing/
希望这对您有帮助。
You can refer to this library called Zxing.
This has both QRCode Reader and BarCode Reader.
http://code.google.com/p/zxing/
Hope this helps you.