I created a new UICollectionView in the storyboard. My problem is that the cells try and fit a larger width than the width of the device, so the ones on the right get cut off. W
you need to pinned all edges of your UICollectionview...check out here
By pinned all edges, you'll get equal height and width of screen