-3

For unknown reasons the cells overlapping like in the pictures below, how can I fix that problem?

First Cell

Second Cell

Third Cell

Bhavik Modi
  • 1,517
  • 14
  • 29
abdulelah
  • 27
  • 4

1 Answers1

-2

Solved it

func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
    return CGSize(width: self.view.frame.size.width, height: 200)
}
abdulelah
  • 27
  • 4