yeahdongcn / RSBarcodes

1D and 2D barcodes scanner and generators for iOS7 with delightful controls.
MIT License
383 stars 59 forks source link

RSBarcodes_Swift For Swift 3 #40

Open araby123 opened 8 years ago

araby123 commented 8 years ago

i have compile error for open lazy var device = AVCaptureDevice.defaultDevice(withMediaType: AVMediaTypeVideo)

showing "Must be Followed by a call, member lookup or subscript

and in stringExtenstion.swift also this

"StringExtension.swift : Contextual member 'whitespacesAndNewlines' has no associated value"

any idea how to solve it ?

thanks