self.parentViewController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"tablebackground.png"]]; self.tableView.backgroundColor = [UIColor clearColor];
Comments are closed.