iOS14.2 UICollectionView Problem


I have a question about the UICollectionView Delegate below.
  • (BOOL)collectionView:(UICollectionView *)collectionView shouldSelectItemAtIndexPath:(NSIndexPath *)indexPath;

In my APP, we used UICollectionView and we have implemented the above delegate method.
until iOS13, it works well, the delegate method only be called when user select one cell, but from iOS 14.2,
we found that sometime this delegate method will be called even user not selected any cell.

Is there any change for this delegate method since iOS 14.2?

We are experiencing the same problem, would someone from Apple team please take a look? Thanks.
iOS14.4也遇到这个问题
@ericripl  The forum is not the right channel to get contact with Apple.

You should either:
  • file a bug report

  • contact support

  • burn a DTS ticket

I have same issue.
It happens all in background state (not Thread)
iOS14.2 UICollectionView Problem
 
 
Q