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
I removed this code from my CollectionViewController.m file
[self.collectionView registerClass:[UICollectionViewCell class] forCellWithReuseIdentifier:reuseIdentifier];
and cell get appeared