// >> 找到当前选中的cell,设置选中时的cell背景色
    SideTableViewCell * cell = (SideTableViewCell *)[tableView cellForRowAtIndexPath:indexPath];
    self.selectedCell = cell;
    cell.backgroundColor = [UIColor blueColor];

 

相关文章:

  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-09-30
  • 2021-07-10
相关资源
相似解决方案