You just have to use the "grouped" style on your table view.
Nikolai Ruhe
2009-06-30 09:11:01
myView.backgroundColor = [UIColor groupTableViewBackgroundColor];
Just to stick with convention though, don't apply this background unless you're using tableviews that scroll as this type of background is semiotical to tableview scrolls.