How to make tableView transparent in iPhone ?

By | March 20, 2011

Hi,

If you want to make tableView transparent with only texts visible, use the following code

tableView.backgroundColor = [UIColor clearColor];

Leave a Reply

Your email address will not be published. Required fields are marked *