In my case, it's the choice of UICollectionViewDropProposal. Depending on the drop location, I could either use insertIntoDestinationIndexPath or insertAtDestinationIndexPath. The latter is what causes the app to crash.
Same with the rest of you here that it only occurs on iOS 14. My UICollectionView cells are self-sizing. So I do use automaticSize as my estimatedItemSize value.
Hope they get to fix this soon as that drop insertion is quite intuitive to users. For now, I'll settle with insertInto* while there's no better workaround available.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: