//设置 cell点击 背景色
cell.selectionStyle = UITableViewCellSelectionStyleDefault;
cell.selectedBackgroundView = [[UIView alloc] init];
cell.selectedBackgroundView.backgroundColor = COLOR_RGB(8, 36, 69);
时间: 2024-11-17 21:02:09
//设置 cell点击 背景色
cell.selectionStyle = UITableViewCellSelectionStyleDefault;
cell.selectedBackgroundView = [[UIView alloc] init];
cell.selectedBackgroundView.backgroundColor = COLOR_RGB(8, 36, 69);