Changing the backgroundColor on the tableView should work
tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"image.png"]];
nduplessis
2009-02-26 20:33:56
Changing the backgroundColor on the tableView should work
tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"image.png"]];
Changing tableView.backgroundColor doesn't work for me, does it require using a UITableViewController?