We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efb16c commit 2927bf1Copy full SHA for 2927bf1
ios/QBImagePicker/QBImagePicker/QBAssetsViewController.m
@@ -472,6 +472,7 @@ - (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cell
472
QBAssetCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:@"AssetCell" forIndexPath:indexPath];
473
cell.tag = indexPath.item;
474
cell.showsOverlayViewWhenSelected = self.imagePickerController.allowsMultipleSelection;
475
+ cell.isAccessibilityElement = true;
476
477
// Image
478
PHAsset *asset = self.fetchResult[indexPath.item];
0 commit comments