Background color of a UITableViewCell with Index
Hello
i use a UITableViewCell in my UITableView.
i try change the color of the cell.
it's ok with [myCellView setBackgroundColor:[UIColor lightGrayColor]]
i have just a clipping problem, the color is clipping at the left start of index (like contact application) i can the the background color of the Tableview but not my cell background
if i change the index color, i see the new color oh my index, but for my sample, i put a clearColor
how resolve my clipping color problem ?
thank
excuse for my bad english
|