1

how to set UITableViewCell background tranparent?

I am trying

cell.backgroundColor = [UIColor clearColor];

But that is giving black color.

Thanks & Regards.

Ruchir Shah
  • 898
  • 3
  • 13
  • 31

1 Answers1

2

Please view this post: How to create a UITableViewCell with a transparent background

Community
  • 1
  • 1
mjdth
  • 6,536
  • 6
  • 37
  • 44