I have a UICollectionView. It scrolls horizontally, has only a single row of items, and behaves like a paging UIScrollView. I\'m making something along the lines of the Safari t
This will work:
collectionView.collectionViewLayout.invalidateLayout() collectionView.layoutIfNeeded()