UIKit? 選択されてるcellのindexPathを貯めておいて
cellForRowで

if selectedIndexPaths.contains(indexPath) {
cell.backgroundColor = .red
}