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

 

相关文章: