I tried to set up a transparent background on my UITableView
, but I have this black border.
(source: hostingpics.net)
Any ideas?
[tableView setOpaque:NO];
[tableView setBackgroundColor:[UIColor clearColor]];
You just have to clear the background color.
tableView.backgroundColor = [UIColor clearColor];
Now you can see the background image behind the tableView.
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