tableViewCell 被选中时候的背景自定义和文字高亮颜色

1. 自定义cell背景 cell.selectedBackgroundView = [[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"cellart.png"]] autorelease];  2. 还有字体颜色  cell.textLabel.highlightedTextColor = [UIColor xxxcolor]; 
相关文章
相关标签/搜索