In my project, I have a static TableView. I changed the backgroundColor of the cells in interface builder. This shows correctly on iPhone.
However, on iPad the cells background is always white.
I found a solution for dynamic cells here, but as it is using the UITableViewDataSource protocol, i can't use it with my static table.
How could I solve this problem?