-
Notifications
You must be signed in to change notification settings - Fork 713
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
iOS 11 - Main Thread Checker: UI API called on a background thread: -[UIView layer] #143
Comments
i encounter this problem and some can fix it? |
I fixed this by getting the blur radius before entering the background queue:
|
hongrich
added a commit
to hongrich/FXBlurView
that referenced
this issue
Oct 19, 2017
before entering the background queue nicklockwood#143 (comment)
this bug is why? can explain for me。thx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
With Xcode 9 and device with iOS 11
When i activate blur i get the following message in logger
Possible to try with
Best regards,
The text was updated successfully, but these errors were encountered: