+2  A: 

You just have to use the "grouped" style on your table view.

Nikolai Ruhe
+8  A: 

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.

David Wong