0

i have code like

func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
    return CGSize(width: collectionView.frame.width, height: collectionView.contentSize.height)
}

i want to get height fit to content but, i got this enter image description here

ImNewBtw
  • 57
  • 5

0 Answers0