iOS 改变UITableViewCell选中时背景色
2017-05-12 本文已影响4人
Bager
cell.selectedBackgroundView = [[UIViewalloc]initWithFrame:cell.frame];
cell.selectedBackgroundView.backgroundColor = [UIColor redColor];
cell.selectedBackgroundView = [[UIViewalloc]initWithFrame:cell.frame];
cell.selectedBackgroundView.backgroundColor = [UIColor redColor];