I would like to define a background like the attached image to my UITableViewCell. I’m trying that with the code below but without success.
cell.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"teste1.png"]];
My UITableView is a grouped and static one. I've also tried to define tableView.backgroundcolor to clear color but also without success.
Any help will be appreciated. Thanks, Marcos


