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 fe94ac2 commit 2860ff7Copy full SHA for 2860ff7
Sources/ButtonBarPagerTabStripViewController.swift
@@ -56,14 +56,6 @@ public struct ButtonBarPagerTabStripSettings {
56
public var buttonBarItemFont = UIFont.systemFont(ofSize: 18)
57
public var buttonBarItemLeftRightMargin: CGFloat = 8
58
public var buttonBarItemTitleColor: UIColor?
59
- @available(*, deprecated) public var buttonBarItemsShouldFillAvailiableWidth: Bool {
60
- set {
61
- buttonBarItemsShouldFillAvailableWidth = newValue
62
- }
63
- get {
64
- return buttonBarItemsShouldFillAvailableWidth
65
66
67
public var buttonBarItemsShouldFillAvailableWidth = true
68
// only used if button bar is created programaticaly and not using storyboards or nib files
69
public var buttonBarHeight: CGFloat?
0 commit comments