Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jjksam opened this issue Dec 14, 2016 · 1 comment

Comments

@jjksam
Copy link

jjksam commented Dec 14, 2016

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

@benaubin
Copy link

benaubin commented Jan 24, 2017

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 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants