Skip to content

Instantly share code, notes, and snippets.

@nfarshchi
nfarshchi / QRScanVC.swift
Created February 19, 2018 22:12
Binary/Raw data from QR Code scanning with swift 4.0 by AVFoundation.
//
// QRScanVC.swift
//
// Created by Farshchi, Navid on 1/2/18.
//
import UIKit
import AVFoundation
class QRScanVC: UIViewController, AVCaptureMetadataOutputObjectsDelegate {