Same issue, Apple M2 Pro, Sonoma 14.2.1 (23C71), Xcode Version 15.2 (15C500b)
Post
Replies
Boosts
Views
Activity
I have same problem with Apple M1 Pro, Xcode Version 13.4 (13F17a).
Not fixed iOS 14.5, Xcode 12.5.
I use this behavior until fix:
self.collectionView.isPagingEnabled = false
self.collectionView.scrollToItem(at: indexPath, at: .left, animated: false)
self.collectionView.isPagingEnabled = true
Still can't