how to set UITableViewCell background tranparent?
how to set UITableViewCell background tran开发者_StackOverflow社区parent?
I am trying
cell.backgroundColor = [UIColor clearColor];
But that is giving black color.
Thanks & Regards.
Please view this post: How to create a UITableViewCell with a transparent background
精彩评论