Powered By Blogger
Showing posts with label barcode. Show all posts
Showing posts with label barcode. Show all posts

Monday, January 28, 2013

how to integrate barcode scanning in iphone?


Hi everyone,
Recently, I have worked with Barcode scanning project for iPhone/iPad development. It was good time for me to work on such project. So, I'm going to share information about that SDK.

SDK Name : ZXingObjC
SDK URL path : https://github.com/TheLevelUp/ZXingObjC

You need to add following frameworks in your projects to make it works.
For an iOS app:
  • AVFoundation.framework
  • CoreMedia.framework
  • CoreGraphics.framework
  • CoreVideo.framework
  • ImageIO.framework

Download the sdk and start to implement. if you find any difficulty then you can ask me.

Thanks,
Nilesh M. Prajapati