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 935427a + 83f9d8c commit 9a730c7Copy full SHA for 9a730c7
Sources/BaseButtonBarPagerTabStripViewController.swift
@@ -87,7 +87,7 @@ open class BaseButtonBarPagerTabStripViewController<ButtonBarCellType: UICollect
87
buttonBarView.showsHorizontalScrollIndicator = false
88
buttonBarView.backgroundColor = settings.style.buttonBarBackgroundColor ?? buttonBarView.backgroundColor
89
buttonBarView.selectedBar.backgroundColor = settings.style.selectedBarBackgroundColor
90
-
+ buttonBarView.selectedBarVerticalAlignment = settings.style.selectedBarVerticalAlignment
91
buttonBarView.selectedBarHeight = settings.style.selectedBarHeight
92
// register button bar item cell
93
switch buttonBarItemSpec! {
0 commit comments