79186772

Date: 2024-11-13 21:46:17
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you are
Posted by: Mehrdad