Barcode Generation from within iOS App

Raymond picture Raymond · Apr 22, 2011 · Viewed 33.7k times · Source

I want to take a numerical string and generate a simple barcode that can be read by any scanner.

I can already use the camera and read a barcode but now I would like to generate a barcode.

Does anyone know of an sdk that will allow me to do this, resources or code snipets?

Thank you

Answer

Jano picture Jano · Apr 22, 2011

The only free library to do this is Cocoa-Touch-Barcodes, which is a fork of cocoabarcodes. If you are considering commercial libraries, there is one called iPhone Barcode Generator.

update Check this objective-c port of ZXing: https://github.com/TheLevelUp/ZXingObjC