UITableViewController Background Image
问题 How can I set an image for UITableViewController ? I have used many things but it doesn't help me to set the image as background UIImageView* bgView = [[[UIImageView alloc] initWithImage: [UIImage imageNamed:@"Default.png"]] autorelease]; [tableView.backgroundView addSubview:bgView]; And this [[self view] setAutoresizesSubviews:NO]; UIView *backgroundView = [[UIView alloc] initWithFrame:self.view.frame]; backgroundView.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@