0
這是更改單元格背景顏色的最佳方法。這是我嘗試的。表格單元格的背景顏色
cell.contentView.backgroundColor = [UIColor grayColor];
與上面的代碼行的背景是灰色的,但文本有背景色。
我試過了下面的代碼,但是文本不可見。
cell.textLabel.textColor = [UIColor clearColor];
cell.detailTextLabel.backgroundColor = [UIColor clearColor];
是用不同顏色的文字? – themis 2012-03-19 12:12:11
是的。文字顏色是黑色的。 – foho 2012-03-19 12:16:46
@Piyush Patel你建議不適合我的工作。 – foho 2012-03-19 12:18:03