Hi all,
I’ve resolved the issue by updating my collectionView settings. This crash was occurring only on iOS 18, and the following line fixed it for me:
collectionView.isPrefetchingEnabled = false
Disabling prefetching prevented the crash and everything is working smoothly now
Topic:
UI Frameworks
SubTopic:
UIKit