PDA

View Full Version : Custom UITableViewCell.




patshi
Jul 29, 2009, 02:40 AM
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.



PhoneyDeveloper
Jul 29, 2009, 04:59 AM
Table view cells are rectangles. They only appear to have rounded rectangles. Just indent your content views a little from the edges and they won't draw outside the rounded rect lines.

Use UILabel for your text.

dejo
Jul 29, 2009, 09:56 AM
Revisit your own thread: http://forums.macrumors.com/showthread.php?t=747343