FXBlurView
FXBlurView copied to clipboard
BlurView disappears when applying a transform on superview
Hello,
I have a profile coverView which contains an imageView and a blurView (instance of FXBlurView)
When I apply a CATransform3DScale
to the coverView, the blur completely disappears. I'm attaching a demo of the issue:
@nicklockwood ^
Any clues why this happens?