Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 611 Bytes

File metadata and controls

12 lines (7 loc) · 611 Bytes

iOS 7 Rubymotion Barcode Scanner Example

Using the new iOS7 AVMetadataMachineReadableCodeObject Class to decode QR-Codes and other within a small rubymotion project. I could not find any examples therefore created one myself.

The AVCaptureMetadataOutput delegates to captureOutput:didOutputMetadataObjects:fromConnection:

just rake device (does not work in the simulator).

props go to joe noon @joenoon for pointing out a queue mistake.