Try adding a UIImageView behind the table, and setting its image to the background you want.
Then set the table's background colour to transparent with:
Code:
tableView.backgroundColor = [UIColor clearColor];
So that the background image shows through.