How to make tableView transparent in iPhone ?
Hi, If you want to make tableView transparent with only texts visible, use the following code tableView.backgroundColor = [UIColor clearColor];
Hi, If you want to make tableView transparent with only texts visible, use the following code tableView.backgroundColor = [UIColor clearColor];