开发者

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

开发者 https://www.devze.com 2023-03-14 12:31 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

开发者_StackOverflow Improve this question

I have to development an QR Generator in Cocoa. but currently I was used QR Library for iPhone and ported to Cocoa by me. but just found many bugs since iPhone version in Generator Algorithm.

then, Is there any QR Encoding Library in Cocoa ?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消