We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我大多只见过读取各种代码类型的 Objective-C 库。但不要忘记,Objective-C 是 C 的超集...
http: //fukuchi.org/works/qrencode/index.en.html
I've mostly only seen Objective-C libraries that read various code types. Don't forget, though, that Objective-C is a superset of C ...
http://fukuchi.org/works/qrencode/index.en.html
我将 Psytec C++ 编码器移植到 Objective-C。该项目位于 http://myang-git.github.com /QR-Code-Encoder-for-Objective-C。
该库将编码结果输出到数据矩阵,该数据矩阵可以进一步渲染为 UIImage。看看吧!
I ported the Psytec C++ encoder to Objective-C. The project is at http://myang-git.github.com/QR-Code-Encoder-for-Objective-C.
The library outputs the encoding result to a data matrix, which can be further rendered to an UIImage. Take a look!
我找到了一个验证 ios QRCode 编码器演示
Cocoachina bbs有一个demo可以运行参考~~
链接:http://www.cocoachina.com/bbs/read.php?tid=15119&page=e&#a
QRCode reader 可以去用ZXing,我觉得很强大
I find a validate ios QRCode encoder demo
Cocoachina bbs has a demo could run and reference~~
link:http://www.cocoachina.com/bbs/read.php?tid=15119&page=e&#a
QRCode reader could go to use ZXing,its powerful I think