Is there any QR Encoding Library in Cocoa? [closed]

懵懂的女人 提交于 2019-12-04 15:11:44

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

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!

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!