How to display CollectionViewCell in center in swift 4
Collectionview cell has a two item in one row, But Collectionview cell doesn't center in my design. How can I display the collectionViewCell in center alignment? I want to display like the following image I am trying many times, can't display the center of CollectionView. Please Help me! Working code Swift 4 You need to use UICollectionViewDelegateFlowLayout method like this class CardListViewController:UICollectionViewDelegate,UICollectionViewDataSource,UICollectionViewDelegateFlowLayout{ // UICollectionViewDelegateFlowLayout Delegate method func collectionView(_ collectionView: