Tabman v0.6.0 Release Notes

  • 🚀 Released on 2017-06-14.

    ➕ Added

    • TabmanBarDelegate delegate property to TabmanBar.Config.
    • Ability to dictate whether a bar item should be selected.
      • Available via bar(shouldSelectItemAt index: Int) -> Bool in TabmanBarDelegate.
      • By Fábio Bernardo.
    • Ability to hide TabmanBar if only one item is provided.
      • Available via shouldHideWhenSingleItem in TabmanBar.Appearance.State.
      • By Diogo Brito

    ⚡️ Updated

    • 🔨 Refactored TabmanBarItem to TabmanBar.Item.
    • 🔨 Refactored TabmanBarConfig to TabmanBar.Config.

    🛠 Fixed

    • 🛠 Fixed issue where useRoundedCorners would not work on line indicators.
    • 🛠 Fixed issue where bar would incorrectly layout with superview layout changes.