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

ios11 blur goes blue color. #144

Open
tejas-ardeshna opened this issue Sep 28, 2017 · 1 comment
Open

ios11 blur goes blue color. #144

tejas-ardeshna opened this issue Sep 28, 2017 · 1 comment

Comments

@tejas-ardeshna
Copy link

tejas-ardeshna commented Sep 28, 2017

In iOS11 FXblur view is not working. Blur goes blue color with -[UIView layer] must be used from main thread only this warning. It was working in iOS10.

@mehulmodihb
Copy link

@tejas-ardeshna you need to assign underlyingView to blurview in your viewController

self.blurView.underlyingView = self.view

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