SwiftOCR icon indicating copy to clipboard operation
SwiftOCR copied to clipboard

Swift 3.0 support class func global(priority: DispatchQueue.GlobalQueuePriority)Deprecated

Open jjksam opened this issue 8 years ago • 1 comments

SwiftOCR Camera project's ViewController.swift should update to this DispatchQueue.global(qos: .userInteractive).async(execute: {

jjksam avatar Dec 14 '16 06:12 jjksam

If you fix this, you should submit a PR - it makes it super easy for the collaborators to fix this issue - and I'd love to see what you did for my own project 😃

benaubin avatar Jan 24 '17 19:01 benaubin