Skip to content

Instantly share code, notes, and snippets.

@richieshilton
richieshilton / RxCaptureMetadataOutputObjectsDelegateProxy.swift
Created May 3, 2019 04:09 — forked from adri4silva/RxCaptureMetadataOutputObjectsDelegateProxy.swift
RxCaptureMetadataOutputObjectsDelegateProxy and Reactive extension to (_:didOutput:from:) method
import Foundation
import AVFoundation
import RxSwift
import RxCocoa
class RxCaptureMetadataOutputObjectsDelegateProxy:
DelegateProxy<AVCaptureMetadataOutput, AVCaptureMetadataOutputObjectsDelegate>,
DelegateProxyType,
AVCaptureMetadataOutputObjectsDelegate {