Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone QRCode Generator n Decoder

I have to create an app in iPhone which can generate QRCode for Text,Mail,Map,Photos etc. And can also Decode the QRCode. Has anyboday have idea about its API or example?

Thanks in advance

like image 772
Jane Avatar asked Oct 05 '11 12:10

Jane


1 Answers

I usually use QR Code Encoder for QR generation and ZBar for decoding QR (It also works with other code standards)

They are very easy to use.

like image 130
Youssef Avatar answered Oct 29 '22 15:10

Youssef