Enhanced iOS barcode scanner library?

user695250 picture user695250 · Apr 6, 2011 · Viewed 28.4k times · Source

We're creating an iOS app that basically scans badges at events and collects contact info. We're looking for an iOS library that can read not only the number of the barcode, but also any additional information that's included (contact info). Does anyone have any library suggestions or will this have to be a custom library? Thanks in advance!

Answer

0x8badf00d picture 0x8badf00d · Apr 6, 2011

Updated:

Use AVCaptureMetaDataOutput in AVFoundation which works with minimum deployment target iOS 7.

Previous Answer:

Have been using ZBar SDK in most of our projects. Picks up barcode and scans very fast, easy to customize focus area from SDK. Tested on iPhone 3GS, iPhone4/4S, iPhone 5 and iPad