Unexpected Crash When Updating UICollectionView in iOS 17 with AsyncDataSource
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-16
iOS UICollectionView Swift AsyncDataSource Concurrency
I'm experiencing a crash when trying to update a `UICollectionView` that uses `AsyncDataSource` in my iOS 17 application. The crash occurs intermittently, typic...