UICollectionView doesn't scroll to bottom – Ios swift
I have an UICollectionView built programatically that doesn't allow me to scroll to the last item in it. Here is how I set it up private let collectionView: UICollectionView = UICollectionView( frame: .zero, collectionViewLayout: UICollectionViewCompositionalLayout { sectionIndex, _ -> NSCollectionLayoutSection?…