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.
1 parent 7a53a7a commit 7338dc0Copy full SHA for 7338dc0
Sources/ButtonBarPagerTabStripViewController.swift
@@ -324,7 +324,6 @@ open class ButtonBarPagerTabStripViewController: PagerTabStripViewController, Pa
324
let indicatorInfo = childController.indicatorInfo(for: self)
325
326
cell.label.text = indicatorInfo.title
327
- cell.accessibilityLabel = indicatorInfo.accessibilityLabel
328
cell.label.font = settings.style.buttonBarItemFont
329
cell.label.textColor = settings.style.buttonBarItemTitleColor ?? cell.label.textColor
330
cell.contentView.backgroundColor = settings.style.buttonBarItemBackgroundColor ?? cell.contentView.backgroundColor
0 commit comments