How can we change the background color of tableview (style grouped) while still preserving texture of thin columns/lines effect that we can see when it has the default blue
tableview.backgroundView = nil; tableview.backgroundColor = [UIColor clearColor];
This may help you in solving your problem