Possible Duplicate:
BarCode detection in iPhone
I am interested to give the functionality of barcode scan / read in my iphone application.
How can I be able to implement read/scan bar code in my iphone application.
I also would like to know how to implement it into the iphone application.
If possible suggest me the links and example source code and applications to understand how it works.
I want to generate the barcode dynamically…is i possible…if yes then suggest me how it can be generated..?
To read barcodes: Zbar, ZXing, Redlaser
To Generate Barcodes: https://github.com/netshade/Cocoa-Touch-Barcodes
If you look up their websites you can download their sample application as well.