0

I have a UITableView and UIView (orange). I need that when I scroll a table, under orange area my table has a blurred. Can everybody help me? Thanks.

enter image description here enter image description here

Sveta
  • 1,270
  • 3
  • 16
  • 33

2 Answers2

1

You could do it like described here: Apply blur to UIView

But blurring is computationally intensive, and scrolling performance will most likely be bad.

Community
  • 1
  • 1
Andreas Ley
  • 9,109
  • 1
  • 47
  • 57
0

Make the orange view over the tableview, then set it's opacity.

xfx
  • 1,918
  • 1
  • 19
  • 25