diff --git a/SDCAlertView/Source/SDCAlertCollectionViewCell.m b/SDCAlertView/Source/SDCAlertCollectionViewCell.m index 5d091fda..b04cc684 100644 --- a/SDCAlertView/Source/SDCAlertCollectionViewCell.m +++ b/SDCAlertView/Source/SDCAlertCollectionViewCell.m @@ -26,6 +26,7 @@ - (instancetype)initWithFrame:(CGRect)frame { if (self) { _textLabel = [[UILabel alloc] init]; [_textLabel setTranslatesAutoresizingMaskIntoConstraints:NO]; + self.isAccessibilityElement = YES; } return self; @@ -67,8 +68,10 @@ - (void)updateWithAction:(SDCAlertAction *)action visualStyle:(id