iPhone:本地二维码生成器
有人可以建议我一些 SDK 或为 iphone 创建本地二维码生成器的方法吗?请赐教我这一点我已经提到了 zxing 和其他几个二维码库,但它们都不支持 iphone 生成二维码
提前致谢
can anybody suggest me some SDK or way of creating a local QR code generator for iphone? Please enlighten me on this I have referred zxing and several other qr code libraries but none of them support iphone for qr code generation
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
另一个生成器包含在示例 iPhone 项目中。该项目是在 Xcode 4 中创建的:
https://github.com/kuapay/iOS-QR-Code-Generator< /a>
Another generator wrapped in a sample iPhone project. This project was created in Xcode 4:
https://github.com/kuapay/iOS-QR-Code-Generator
这是解决方案
https://github.com/jverkoey/ObjQREncoder
here goes the solution
https://github.com/jverkoey/ObjQREncoder
以下教程演示了如何直接从 iPhone 应用程序中轻松生成 QR 码:
http://www.oscarsanderson.com/2013/08/12/implementing-a-qr-code-generator-on-the-iphone/
The following tutorial demonstrates how you can easily generate QR Codes directly from within an iPhone app:
http://www.oscarsanderson.com/2013/08/12/implementing-a-qr-code-generator-on-the-iphone/