0

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

enter image description here

jscs
  • 63,095
  • 13
  • 148
  • 192
JohnBigs
  • 2,527
  • 3
  • 26
  • 57

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
  • 280
  • 1
  • 10