0

How can I change my table view style to be blurred like this?

enter image description here

jscs
  • 63,694
  • 13
  • 151
  • 195
JohnBigs
  • 2,691
  • 3
  • 31
  • 61

1 Answers1

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