-3

Possible Duplicate:
QR code reader for iPhone
QR Code library for iphone

I want to develop an application for QR code reader.So i need to know what are the frameworks that i need to implement for this application.

Community
  • 1
  • 1

3 Answers3

1

I had some success integrating zbar into an OS X app.

http://zbar.sourceforge.net/index.html

It also has support for iOS and a sample app you can use it with.

JeremyP
  • 84,577
  • 15
  • 123
  • 161
0

This is the only open-source project I know of that has anything to do with QR codes on iOS, but it looks like it should work for you: Zebra Crossing ( http://code.google.com/p/zxing/ ).

mdominick
  • 1,319
  • 1
  • 10
  • 21
0

You can find a similar question here : https://stackoverflow.com/questions/6120071/qr-code-library-for-iphone

than i suggest this: http://redlaser.com/

Community
  • 1
  • 1
MatterGoal
  • 16,038
  • 19
  • 109
  • 186