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

UILabel hangs when confidence limit is raised! #4

Closed
nbawe opened this issue Feb 8, 2018 · 1 comment
Closed

UILabel hangs when confidence limit is raised! #4

nbawe opened this issue Feb 8, 2018 · 1 comment

Comments

@nbawe
Copy link

nbawe commented Feb 8, 2018

Hello @kingreza

When confidence limit is raised the UILabel freezes with no errors in debug:

DispatchQueue.main.async { [unowned self] in if let first = results.first { if Int(first.confidence * 100) > 50 { self.iSee.text = "I see \(first.identifier) \(self.addEmoji(id: first.identifier))" self.settingImage = false } }

Have you had this issue?

@nbawe
Copy link
Author

nbawe commented Nov 26, 2019

No hangs. I just did not update of UILabel!

@nbawe nbawe closed this as completed Nov 26, 2019
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

1 participant