Open Source Library Providing A Swift Based Barcode Scanner And Generator

I’ve mentioned a number of libraries making it easier to utilize the barcode scanning capabilites in iOS 7 most recently the lightweight MTBBarcodeScanner.

Here’s a library called RSBarcodes Swift allowing you to scan and generate a wide number of barcodes with a simple syntax.

The barcode scanner utilizes the scanning capabilities of iOS 7, and provides a nice interface for scanning.

The barcode generators are extremely easy to use and this example shows how to create a Code39 format barcode:

RSUnifiedCodeGenerator.shared.generateCode("2166529V", machineReadableCodeObjectType: AVMetadataObjectTypeCode39Code)

You can find RSBarcodes Swift on Github here.

A nice library for working with barcodes.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source Library Providing A Swift Based Barcode Scanner And Generator

©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *