I\'m using a UICollectionView with two prototype cells. The prototype cells have different widths and contain different controls (image view and web view). I\'m definitely ret
You can set size of UICollectionViewCell in UICollectionView properties.
UICollectionViewCell
UICollectionView
In Storyboard, Select Collection View at the Document Outline, then edit your Cell Size in Size Inspector.
Collection View
Document Outline
Cell Size
Size Inspector
And you should change Cell's size type to Default, if it is Custom.