Improvements to custom TabmanBar
creation.
Added
- Added
itemSelected(at index: Int)
function toTabmanBar
.- Informs the
TabmanViewController
that an item in the bar has been selected.
- Informs the
- Added
construct(in contentView: UIView, for items: [TabmanBarItem])
function toTabmanBarLifecycle
. - Added
add(indicator: TabmanIndicator, to contentView: UIView)
function toTabmanBarLifecycle
.
Removed
- Removed
constructTabBar(items: [TabmanBarItem])
fromTabmanBarLifecycle
. - Removed
addIndicatorToBar(indicator: TabmanIndicator)
fromTabmanBarLifecycle
.