cell.selectedBackgroundView = [[UIViewalloc]initWithFrame:cell.frame];
cell.selectedBackgroundView.backgroundColor = [UIColor redColor];
cell.selectedBackgroundView = [[UIViewalloc]initWithFrame:cell.frame];
cell.selectedBackgroundView.backgroundColor = [UIColor redColor];
本文标题:iOS 改变UITableViewCell选中时背景色
本文链接:https://www.haomeiwen.com/subject/fclztxtx.html
网友评论