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