Zoltan Varadi
Zoltan Varadi

Reputation: 2478

iOS 1D/2D barcode scanner library

I'm trying to fint the answer to a question that has been asked before,but i still couldn't find the proper answer.

I'm looking for a lightweight free 1D/2D barcode scanner library/api/sdk. I've tried

zxing

, but its way too enormous,

scandit

is not free, i couldn't compile

BXMobile

, etc.

Someone who has experience with barcode scanners could propose me a good suggestion for what i should use?

Thanks in advance!

Zoli

Upvotes: 0

Views: 3187

Answers (4)

Pawan Sharma
Pawan Sharma

Reputation: 3334

https://codeload.github.com/cgreening/BarCodeExample/zip/master

iOS7 has built in functionality scanning BarCodes not sepearate sdk is required; if your deployment target is iOS7

Upvotes: 1

Simon
Simon

Reputation: 25984

I've had good results with ZXingObjC, which as the name suggests is an ObjC port of ZXing, and which is also on CocoaPods.

Upvotes: 0

Fogmeister
Fogmeister

Reputation: 77621

I've used ZXing before. If you had trouble with it then use the CocoaPods version...

http://cocoapods.org/?q=zxing

It deals with all the includes and everything. CocoaPods really is the way forward.

Upvotes: 1

Hackmodford
Hackmodford

Reputation: 3970

The best free one I found was ZBarSDK http://zbar.sourceforge.net/iphone/sdkdoc/

Upvotes: 2

Related Questions