tableViewCell 被選中時候的背景自定義和文字高亮顏色

1. 自定義cell背景 cell.selectedBackgroundView = [[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"cellart.png"]] autorelease];  2. 還有字體顏色  cell.textLabel.highlightedTextColor = [UIColor xxxcolor]; 
相關文章
相關標籤/搜索