Tabman v0.5.3 Release Notes

  • ๐Ÿš€ Released on 2017-06-09.

    โž• Added

    • โž• Added itemSelected(at index: Int) function to TabmanBar.
      • Informs the TabmanViewController that an item in the bar has been selected.
    • โž• Added construct(in contentView: UIView, for items: [TabmanBarItem]) function to TabmanBarLifecycle.
    • โž• Added add(indicator: TabmanIndicator, to contentView: UIView) function to TabmanBarLifecycle.

    โœ‚ Removed

    • โœ‚ Removed constructTabBar(items: [TabmanBarItem]) from TabmanBarLifecycle.
    • โœ‚ Removed addIndicatorToBar(indicator: TabmanIndicator) from TabmanBarLifecycle.