Support for Bar Button Badges 🔴
Added
- #363
.alignment
property toTMBarLayout
to adjust content alignment. - #378
.spacing
property toTMBarView
to adjust spacing between bar content / accessory views. - #373
setNeedsUpdate()
toTMBarItemable
to allow for dynamic item updates. - #387 Ability to show badges on
TMBarButton
via.badgeValue
onTMBarItemable
. - #392
tabmanParent
toUIViewController
. - #392
tabmanBarItems
toUIViewController
.
Updated
- #378 Improved bar transitioning behavior when adjusting selected tab.
- #373
.title
is now mutable onTMBarItemable
. - #373
.image
is now mutable onTMBarItemable
.
Upgrade Notes
There is unfortunately a breaking change in TMBarItemable
for any conforming types by making .title
, .image
settable and introducing .badgeValue
.