FXBlurView icon indicating copy to clipboard operation
FXBlurView copied to clipboard

ios11 blur goes blue color.

Open tejas-ardeshna opened this issue 7 years ago • 1 comments

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.

tejas-ardeshna avatar Sep 28 '17 11:09 tejas-ardeshna

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

self.blurView.underlyingView = self.view

mehulmodihb avatar Oct 28 '17 07:10 mehulmodihb