Return to Snippet

Revision: 40148
at January 27, 2011 01:08 by suibhne


Initial Code
self.tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"Background.png"]];

Initial URL


Initial Description
Setting the background image of a grouped UITableView.

Initial Title
UITableView Background Image

Initial Tags
iphone

Initial Language
Objective C