时间:2010-07-24 03:06:42

标签: uitableview colors background subclass uilabel

3 个答案:

答案 0 :(得分:5)

答案 1 :(得分:3)

覆盖 - (void)layoutSubviews of cell 并在那里设置label.backgroundColor。 这对我有用

答案 2 :(得分:1)

您必须覆盖视图或使用UIImageView。有关详细信息,请参阅UITableViewCell subview disappears when cell is selected