I want to display as many collectionViewCells with buttons as there are strings in my array. but when I start the simulator there is just the backgroun
collectionViewCells
buttons
Check to make sure that the cell is not hidden. Add this code below
cell.isHidden = false