Skip to content

Commit 9a730c7

Browse files
author
Martin Barreto
authored
Merge pull request #666 from oadk/oadk/vertalign
Set selectedBarVerticalAlignment in BaseButtonBarPagerTabStripViewController
2 parents 935427a + 83f9d8c commit 9a730c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BaseButtonBarPagerTabStripViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ open class BaseButtonBarPagerTabStripViewController<ButtonBarCellType: UICollect
8787
buttonBarView.showsHorizontalScrollIndicator = false
8888
buttonBarView.backgroundColor = settings.style.buttonBarBackgroundColor ?? buttonBarView.backgroundColor
8989
buttonBarView.selectedBar.backgroundColor = settings.style.selectedBarBackgroundColor
90-
90+
buttonBarView.selectedBarVerticalAlignment = settings.style.selectedBarVerticalAlignment
9191
buttonBarView.selectedBarHeight = settings.style.selectedBarHeight
9292
// register button bar item cell
9393
switch buttonBarItemSpec! {

0 commit comments

Comments
 (0)