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];