0
我用UITableView得到了一個應用程序。每個細胞都有附件。但我不能設置backgroundColor ti這個單元格。帶附件的UITableViewCell
我想在這方面設置backgrounColors:
cell.contentView.backgroundColor =[UIColor redColor];
cell.backgroundView.backgroundColor = [UIColor redColor];
cell.backgroundColor = [UIColor redColor];
但是,只有內容查看工作。我該怎麼做? Thnx