I have created custom tableViewCell.My table is of grouped style.My custom tableViewCell is having background color.Problem is cells will come round rect but there is still some white color view backside of my cell.So how to create custom cell with round rect so that ican set background color and add multiline text. I tried creating background view of round rect.It worked.But i have to create one more view to add multiline text.Is there way to create cell with background color,multiline text and round rect's.