Cocoa-touch – Set backgroundColor of UITableViewCell in grouped UITableView

cocoa-touch

Is it possible to set the backgroundColor of a UITableViewCell in a grouped UITableView and maintain the rounded corners of the cells?

All of my attempts results in a loss of the rounded corners.

mike

Best Solution

I asked the same question a few weeks ago, and you can see the valid answer here:

How to customize the background/border colors of a grouped table view cell?

It is indeed possible and the provided source code works great.