自定义选中背景颜色

自定义选中背景颜色

cell.selectedBackgroundView = [[UIView alloc] initWithFrame:cell.frame];
cell.selectedBackgroundView.backgroundColor = [UIColor redColor];

posted @ 2017-04-07 17:46  鸿伟  阅读(198)  评论(0编辑  收藏  举报