Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Barcode Generation from within iOS App

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

like image 547
Raymond Avatar asked Apr 22 '11 19:04

Raymond


People also ask

Is there a barcode generator app for iPhone?

The Barcodes Generator is one of your best options if you need to generate the most common barcode formats currently available or QR codes. This app can create barcodes in sixteen different standards for product labelling, inventory control, shipping, and more.

Can I generate my own barcode?

Most barcode generators are free. In fact, you can use the Barcode Font in Microsoft Word to generate your own barcodes. Therefore, with less than $100, you can create a system set to make your own barcodes.


1 Answers

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

like image 185
Jano Avatar answered Sep 21 '22 02:09

Jano