Yalantis/ForceBlur

Support old devices

serejahh opened this issue · 1 comments

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:

  1. Use maskView instead of maskLayer
  2. Perform blur in background (we need to ignore setting an image to ForceBlurImageView to prevent displaying unblurred image)