iOS cell添加点击时改变字体的颜色及背景

2015-11-28  本文已影响1291人  我的天空蔚蓝色
  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"]];//选中后变换,图片的变换
上一篇下一篇

猜你喜欢

热点阅读