Post

Replies

Boosts

Views

Activity

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?
4
0
1.2k
Dec ’20