Added
TabmanBarDelegate
delegate property toTabmanBar.Config
.- Ability to dictate whether a bar item should be selected.
- Available via
bar(shouldSelectItemAt index: Int) -> Bool
inTabmanBarDelegate
. - By Fábio Bernardo.
- Available via
- Ability to hide
TabmanBar
if only one item is provided.- Available via
shouldHideWhenSingleItem
inTabmanBar.Appearance.State
. - By Diogo Brito
- Available via
Updated
- Refactored
TabmanBarItem
toTabmanBar.Item
. - Refactored
TabmanBarConfig
toTabmanBar.Config
.
Fixed
- Fixed issue where
useRoundedCorners
would not work on line indicators. - Fixed issue where bar would incorrectly layout with superview layout changes.