Xcode – Communication between uitableviewcells
I have two UITableViewCells. I am trying to create a UI in the second uitableviewcell when the action of a button in the first tableview cell is triggered. I tried delegates but it didn't work. protocol ProductColorTableViewCellDelegate { func changeUnit(selectedColor:…