Skip to content

Instantly share code, notes, and snippets.

View Akki9326's full-sized avatar
:octocat:
Focusing

Akash Akki9326

:octocat:
Focusing
View GitHub Profile
@Akki9326
Akki9326 / ViewController.swift
Created March 28, 2017 07:08
Simple Barcode Scanning with Swift
import UIKit
import AVFoundation
class ViewController: UIViewController, AVCaptureMetadataOutputObjectsDelegate {
let session : AVCaptureSession = AVCaptureSession()
var previewLayer : AVCaptureVideoPreviewLayer!
var highlightView : UIView = UIView()