Skip to content

Commit 2860ff7

Browse files
author
Martin Barreto
committed
deleted deprecated method
1 parent fe94ac2 commit 2860ff7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Sources/ButtonBarPagerTabStripViewController.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ public struct ButtonBarPagerTabStripSettings {
5656
public var buttonBarItemFont = UIFont.systemFont(ofSize: 18)
5757
public var buttonBarItemLeftRightMargin: CGFloat = 8
5858
public var buttonBarItemTitleColor: UIColor?
59-
@available(*, deprecated) public var buttonBarItemsShouldFillAvailiableWidth: Bool {
60-
set {
61-
buttonBarItemsShouldFillAvailableWidth = newValue
62-
}
63-
get {
64-
return buttonBarItemsShouldFillAvailableWidth
65-
}
66-
}
6759
public var buttonBarItemsShouldFillAvailableWidth = true
6860
// only used if button bar is created programaticaly and not using storyboards or nib files
6961
public var buttonBarHeight: CGFloat?

0 commit comments

Comments
 (0)