How can I change my table view style to be blurred like this?
Asked
Active
Viewed 297 times
1 Answers
0
You should use a Custom Class like FXBlurView, add a FXBlurView in each cell, and add cell.backgroundColor = UIColor.clearColor.
It should work, but it's heavy for the CPU.

Verdant
- 288
- 1
- 10