Right now I am creating a UITableView in a FlipsideView nib. I don\'t seem to be able to change the background of the table view from within interface builder. I can fix t
If I'm not mistaken, the table views for the Stocks and Weather applications are simply single-section grouped table views (UITableViews
initialized with the UITableViewStyleGrouped
style). You shouldn't need to customize anything about the table view's UIScrollView
properties to generate this same rounded-corner effect.