This happened with me after installing iOS7
The UITableController has clear background color and I use image as cell background and this image has transparent color
So, it suppose to have the color of the view but what happened that it has the white color
it works on iOS6 and iOS5 perfectly, but on iOS7 it shows white color on the cell
The solution was simple, just set the cell with transperant color too.
cell.backgroundColor = [UIColor clearColor];
and it works fine now
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