On iOS 16 when use UICollectionView, app stuck

Viewed 61

iOS 16 use UICollectionView add subviews to UICollectionViewCell not cell.contentView, app stuck. Below iOS 16 this don't happen.

enter image description here

It is the app view stack when stuck. a contentView is top and cover all UICollectionView, that cause touch event can not deliver to collectionViewCell

0 Answers
Related