iOS7-BarcodeScanner

Barcode scanner using the scanning capabilities introduced with iOS 7.

  • 所有者: jpwiddy/iOS7-BarcodeScanner
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者jpwiddy/iOS7-BarcodeScanner
主編程語言Objective-C
編程語言Objective-C (語言數: 1)
平台
許可證
所有者活动
創建於2013-11-16 17:29:06
推送於2023-07-14 21:55:04
最后一次提交2014-01-20 14:43:10
發布數0
用户参与
星數518
關注者數32
派生數88
提交數17
已啟用問題?
問題數5
打開的問題數2
拉請求數0
打開的拉請求數1
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?