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
Did you set the CollectionViewController to the storyboard identity inspector? :)
CollectionViewController
And I would try to call the reloadData() after you change the data in the viewDidLoad method.
reloadData()
viewDidLoad
Hope that helps