Skip to content

Commit

Permalink
Merge pull request #768 from mrugeshtank/mrugeshtank-patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Martin Barreto committed Feb 6, 2023
2 parents 6a9df75 aab5c0c commit 928c582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 216,7 @@ settings.style.buttonBarItemFont = UIFont.systemFont(ofSize: 18)
settings.style.buttonBarItemLeftRightMargin: CGFloat = 8
settings.style.buttonBarItemTitleColor: UIColor?
// in case the barView items do not fill the screen width this property stretch the cells to fill the screen
settings.style.buttonBarItemsShouldFillAvailiableWidth = true
settings.style.buttonBarItemsShouldFillAvailableWidth = true
// only used if button bar is created programmatically and not using storyboards or nib files as recommended.
public var buttonBarHeight: CGFloat?
```
Expand Down

0 comments on commit 928c582

Please sign in to comment.