// >> 找到当前选中的cell,设置选中时的cell背景色 SideTableViewCell * cell = (SideTableViewCell *)[tableView cellForRowAtIndexPath:indexPath]; self.selectedCell = cell; cell.backgroundColor = [UIColor blueColor];
本文共 259 字,大约阅读时间需要 1 分钟。
// >> 找到当前选中的cell,设置选中时的cell背景色 SideTableViewCell * cell = (SideTableViewCell *)[tableView cellForRowAtIndexPath:indexPath]; self.selectedCell = cell; cell.backgroundColor = [UIColor blueColor];
转载于:https://www.cnblogs.com/code-Officer/p/5968657.html