|
// TODO: The if statement will be removed later, it was added to visualize what we have currently |
|
if indexPath.item == 0 { |
|
cell.backgroundColor = .orange |
|
} else if indexPath.item == 1 { |
|
cell.backgroundColor = .blue |
|
} else if indexPath.item == 2 { |
This issue was generated by todo based on a TODO
comment in d362bdb when #183 was merged. cc @FightPandemics.