I customized UITableView for two columns that have different background colors with background images.
I used three images, first image is top cell bg, second is middle cell bg and third is bottom cell bg for round border.
But the text contents in column can be multiline, and table must have round rect border.
See example image.
I tried customize cell for that. But first and round cells does not have rounded border.
See customized cell image. (It does not have rounded border.)
How can i customize UITableViewCell for implement like that image without using multiple background images?