- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
// 自定义cell点击背景
cell.selectedBackgroundView =
[[UIViewalloc] initWithFrame:cell.frame];
cell.selectedBackgroundView.backgroundColor = RGBCOLOR(194, 194, 194);
时间: 2024-11-12 07:49:00