When you are using CompositionalLayout
do not set both
collectionView.isPagingEnabled = true
in setup of your collection and
let section = NSCollectionLayoutSection(group: group)
section.orthogonalScrollingBehavior = .paging
in UICollectionViewCompositionalLayout setup.