i have changed the backgroundColor/backgroundImage of my tableviews sections. I am using plain tableView. No worries, get worked without problems with this code:
Just add [titleLabel setBackgroundColor:[UIColor clearColor]]; because in my case the label overlapped the green color.
[titleLabel setBackgroundColor:[UIColor clearColor]];