-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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)
Reactions are currently unavailable