有没有适用于 iPhone 的开源 QR 条形码生成器?
ZXing和Zbar都可以做二维码扫描仪,那么iPhone生成器的开源项目有哪些呢?
ZXing and Zbar can be QR scanner, so what are the open source project for generator for iPhone ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ZXing 在其主要 Java 代码内有一个 QR 码生成器,位于 core/ 模块的包
com.google.zxing.qrcode.encode
中。它没有移植到 C++,但我想您会发现它很容易移植。ZXing has a QR code generator inside its main Java code, in the core/ module, package
com.google.zxing.qrcode.encode
. It's not ported to C++, but I think you'll find it pretty easy to port.我发现以下两个
https://github.com/kuapay/iOS-QR-Code-生成器
或
https://github.com/jverkoey/ObjQREncoder
I found the following two
https://github.com/kuapay/iOS-QR-Code-Generator
OR
https://github.com/jverkoey/ObjQREncoder