1

So I'm trying to replicate a UIView with a subtle transparent blur effect as shown in the wires above. I feel like I've tried everything...UIBlurEffectViews are too intense, I've tried a few 3rd party library's such as ILTranslucentView and FXBlurView that don't do the trick, I feel a bit hopeless. The idea is that the blurry transparent view will act as a slider view on top of another view. When the user pulls the slider view on top of it's parent view, the parent view will blur. If anyone could point me in the right direction I would really appreciate it.

enter image description here

Lasonic
  • 841
  • 2
  • 9
  • 28

1 Answers1

0

To change the "subtlety" of the blur, you should change the blur radius, see this answer.

Community
  • 1
  • 1
xoudini
  • 7,001
  • 5
  • 23
  • 37
  • thanks for the suggestion. I like the idea however I can't seem to it working...no matter what I set the blurRadius value to, it always stays the same transparent view, just altering the colors a little – Lasonic Feb 08 '16 at 16:00