I was looking up methods of altering the background view of a table view cell.
My initial reaction was to create an image with rounded corners, create a stretchable image from it, and set this as the cells background view when I create the cell. This seems to work pretty well in my experiments.
I also found this: How to customize the background/border colors of a grouped table view cell? This work pretty well too.
Are there performance advantages to one method over the other?