Avoid freezes on old devices and in table view
UIVisualEffectView works better, but there's a limitation on iOS 10: https://forums.developer.apple.com/thread/50854
We have the following approaches solving the problem:
- Use maskView instead of maskLayer
- Perform blur in background (we need to ignore setting an image to ForceBlurImageView to prevent displaying unblurred image)
Avoid freezes on old devices and in table view
UIVisualEffectView works better, but there's a limitation on iOS 10: https://forums.developer.apple.com/thread/50854
We have the following approaches solving the problem: