Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ZXing objective c example [closed]

where i can found some good examples / tutorials about the usage ZXing (reader Qrcode) (http://code.google.com/p/zxing/) library on iphone?

like image 264
Safari Avatar asked Jan 30 '26 05:01

Safari


1 Answers

Check out the source, it has an iPhone example called ScanTest which includes the ZXingWidget just like you would in your own project. The readme inside there also goes over linkages etc. and what to do if you get certain errors.

https://github.com/zxing/zxing

like image 187
Jhaliya - Praveen Sharma Avatar answered Jan 31 '26 19:01

Jhaliya - Praveen Sharma