Hi, i need to set an image to my UITableviewcontroller; if i have just one section on the tableview works fine with:
self.tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"someImage.jpeg"]];
but if there are 2 section on tableview the image comes duplicate for each section.
Some idea?
Thanks in advanced