nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

ios11 blur goes blue color. #144

Open tejas-ardeshna opened 6 years ago

tejas-ardeshna commented 6 years ago

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 commented 6 years ago

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

self.blurView.underlyingView = self.view