cell.selectedBackgroundView.backgroundColor = [UIColor whiteColor];//选中后变换,色彩的变换
cell.textLabel.highlightedTextColor = [UIColor whiteColor];//选中字体颜色
cell.textLabel.textColor = [UIColor whiteColor]; cell.backgroundView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"cc"]]; cell.selectedBackgroundView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"cc_no"]];//选中后变换,图片的变换
网友评论