Ios swift – Double height cell in UICollectionView
How can I implement such layout using UICollectionView in UIKit? I need to add a new cell which height is greater than height of normal cell. AFAIK all cells in one row of UICollectionView must have the same height.