Thank you very much for your reply!
I saw the documentation for UIAccessibilityContainer, and looked at changing the accessibility elements on each snapshot update, like this
dataSource.apply(snapshot, animatingDifferences: false) {
collectionView.accessibilityElements = sort(collectionView.visibleCells)
}
That didn't really seem to change anything. Is doing anything else required, to make the update take effect?
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags: