I am checking my app with ios 7 beta. I have set background color of UITableView
to clear color. Its still showing white background. Is there any other way around to make it transparant?
I couldn't make it work but the following worked perfectly :
-(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath { [cell setBackgroundColor:[UIColor clearColor]]; }
Setting tableview backgroundColor to clear color working absolutely fine in iOS 7 chk
screenshot see those separator lines for the table cells while the tableview is transparent.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With