Free iOS / iPhone OS Barcode Library - Create Barcodes in your iPhone, iPad Apps

All linear, 2D and DataBar barcodes. For iOS 3.2 or higher.

The Softmatic iPhone Barcode Library is a commercial grade, fully documented developer component. It uses the same code base that drives our best selling BarcodeGenerator for OS X. The library is free to use and redistribute with your apps. You are however required to put a permanent link back to our website on your app's product page or on your main site (so called "linkware").

How to get the iPhone Barcode Library

  • Put the following HTML Snippet on your site:

    <a href="http://www.softmatic.com">Barcode Software provided by Softmatic</a>
     
  • Email us the location.
     
  • As soon as we've verified the link, the library will be emailed to you, usually within a few hours.
The link must stay on your site as long as you use the library. You can of course add a CSS style or other formatting to the link as long as it stays readable and the link text or URL are not changed.

iPhone / iOS Barcode Library - Overview

The Softmatic Barcode Library for the iPhone OS (iOS) generates all common linear and 2D barcode symbologies. Barcodes are created as high resolution raster images which can be displayed on screen in a UIImageView, emailed to a contact etc. See below for usage scenarios.

The library is very easy to use, yet it is fast and lightweight. As a 3rd party static library you add it to your project as a prebuilt component (much like a framework) which is statically linked to your iOS apps during build. The barcode library only uses regular iOS SDK API functions, hence there are no problems with the AppStore approval procedure. - Please note that this library can not be used to read or decode barcodes. For scanning and reading barcodes, consider the Red Laser SDK.

Usage scenarios and ideas for generating on-the-fly barcodes on the iPhone / iPad:

iPhone / iOS Barcode Library - Sample Barcode Generator

The library comes with a sample iPhone App to get you started. The sample is a simple Cocoa application with a single view. The view controller obtains a barcode from the library based on the selection of the user re. the barcode type and the data to be encoded. The barcode is then shown in the preview (an UIImageView):

iphone barcode

iPhone / iOS Barcode Library - Manual & Reference

Online manual and reference can be found here.
Bookmark and Share