I am looking for a free API for generating linear barcodes in iPhone. I had found one zxing library for generating barcodes but it generates only QR code.
Please suggest me a library for generating linear bar codes.
Thanks.
I am looking for a free API for generating linear barcodes in iPhone. I
Share
I found this project easy to learn.
https://github.com/netshade/Cocoa-Touch-Barcodes
For a quick demonstration
There are several other barcode types this project renders, just make sure to import the header for your specific need.
Add the files from the Cocoa-Touch-Barcodes project into your Xcode project.
In the class you will use to help display the barcode