We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a730c7 + 2b4fe13 commit 7bf6f93Copy full SHA for 7bf6f93
Sources/ButtonBarPagerTabStripViewController.swift
@@ -348,7 +348,7 @@ open class ButtonBarPagerTabStripViewController: PagerTabStripViewController, Pa
348
}
349
350
cell.isAccessibilityElement = true
351
- cell.accessibilityLabel = cell.label.text
+ cell.accessibilityLabel = indicatorInfo.accessibilityLabel ?? cell.label.text
352
cell.accessibilityTraits.insert([.button, .header])
353
return cell
354
0 commit comments