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.
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.
You could do it like described here: Apply blur to UIView
But blurring is computationally intensive, and scrolling performance will most likely be bad.
Make the orange view over the tableview, then set it's opacity.