Added
- #398 Ability to override automatic inset values via
calculateRequiredInsets()
onTabmanViewController
.- by WingedDoom
- #404
adjustsAlphaOnSelection
toTMBarButton
. - #338 Ability to hide / show the bar with
TMHidingBar
. - #403 Accessibility support to
TMBarView
.- by iv-mexx
- #403 Accessibility support to
TMBarItem
.- by iv-mexx
- #403 Accessibility support to
TMBarButton
.- by iv-mexx
- #321
navigationItem(item:)
toTabmanViewController.BarLocation
with support for embedding aTMBar
in aUINavigationBar
.
Updated
- Make
TMBarItem
open
. - Make
.title
open onTMBarItem
. - Make
.image
open onTMBarItem
. - Make
.badgeValue
open onTMBarItem
. - Make
.items
open
onTMBarView
. - Make
.dataSource
open
onTMBarView
. - Make
.delegate
open
onTMBarView
. - Make
.scrollMode
open
onTMBarView
. - Make
.fadesContentEdges
open
onTMBarView
. - Make
.spacing
open
onTMBarView
. - #396 Improved layout adaptability of
TMTabItemBarButton
on iPad and in landscape. - #404
TMBarButton
no longer performs default fade transition inupdate(for selectionState:)