mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Expose room cells to voiceover on Home tab.
This commit is contained in:
@@ -30,6 +30,11 @@ static CGFloat const kEditionViewCornerRadius = 10.0;
|
||||
self.editionViewBottomConstraint.constant = 0;
|
||||
|
||||
self.editionView.layer.masksToBounds = YES;
|
||||
|
||||
// Hide both the cell and its collection view from voiceover.
|
||||
// Instead we expose the individual cells as accessibility elements.
|
||||
self.isAccessibilityElement = NO;
|
||||
self.collectionView.isAccessibilityElement = NO;
|
||||
}
|
||||
|
||||
- (void)customizeTableViewCellRendering
|
||||
|
||||
Reference in New Issue
Block a user