在 Objective C 中重新生成二维码

发布于 2024-12-04 15:46:04 字数 68 浏览 2 评论 0原文

我正在 iPhone 中开发一个应用程序,它使用 ZBar 框架读取条形码。有没有重新生成条形码或二维码的框架或示例代码?

I am develping an app in iphone which reads barcode using ZBar framework. Is there any framework or sample code to re - generate the bar code or QR code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绝影如岚 2024-12-11 15:46:04

当然,ZXing 有二维码生成代码。虽然它是用 Java 编写的,但你可以移植它——实际上我忘记它是否已经被移植到项目中了。

但是,更简单的是,只需调用 Google 图表服务器即可。它内部有相同的编码器。无需编码即可获取给定内容的图像。

Sure, ZXing has QR code generating code. It's in Java though, but you could port it -- actually I forget whether it's already been ported within the project.

But, even easier, just call to the Google Chart Server. It has the same encoder inside it. No coding needed to get an image for given contents.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文