accessibility changes
This commit is contained in:
parent
7b9fa2a7a8
commit
b6282d4bfd
@ -112,7 +112,7 @@
|
||||
} else {
|
||||
// Only link. Manually add accessibility elements to ensure they are read in the right order.
|
||||
var elements: [Any] = []
|
||||
elements.append(leftImage)
|
||||
elements.append(leftImage.imageView)
|
||||
if let otherElements = eyebrowHeadlineBodyLink.getAccessibilityElements() {
|
||||
elements.append(otherElements)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user