Giter VIP home page Giter VIP logo

ios7-barcodescanner's Introduction

iOS7-BarcodeScanner

NEW: Settings Menu Added! Ability to disable/enable barcode types which are able to be scanned

Barcode scanner using the scanning capabilities introduced with iOS 7.

The project as is goes straight into scanning mode to which it constantly looks for barcodes to be scanned. In the viewDidLoad(), it sets the property found in the .h file (allowedBarcodeTypes) to only look for those specific barcodes. This is editable and extremely useful. When an allowed barcode is found, it takes in the data, creates a Barcode object with it, and adds that object to the collection of found barcodes. An alert is then presented telling the user the kind of barcode found, number of barcodes found in the past, and giving the option to scan again or be finished.

To use:

  • Add the Barcode.h & .m files to your project, as well as the ScannerViewController.h & .m.
  • In your Storyboard, drag out a ViewController object and add a view to it. This view will be used as the preview/video layer.
  • Connect the "preview view" to the outlet/property named previewView in the ScannerViewController.m file.

Notes:

  • Sometimes it may require you to embed your ScannerViewController in a Navigation Controller in the storyboard
  • iOS 7+ only

preview

preview

Coming soon:

  • Settings menu where you will be able to toggle on/off the barcode types which you want to be able to find
  • Finished with scanning view
  • Delegate protocol for returning the array of found barcodes to other ViewControllers

NOTE: Code used in this example is used from a fine tutorial series covered in this book. Click the link to follow through - http://www.raywenderlich.com/store/ios-7-by-tutorials

ios7-barcodescanner's People

Contributors

jpwiddy avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.