Tabman v0.5.0 Release Notes

  • ๐Ÿš€ Released on 2017-05-14.

    โž• Added

    • โž• Added Carthage support #30.
    • โž• Added automatic child view controller insetting behaviour #43.
      • This will automatically inset any UIScrollView content that is present in child view controllers to appear correctly with TabmanBar.
      • Enabled by default with the automaticallyAdjustsChildScrollViewInsets property on TabmanViewController.
    • โž• Added requiredInsets TabmanBar.Insets object to TabmanBarConfig.
      • Provides inset values for all components required to manually inset content correctly for a TabmanBar.
      • Replaces requiredContentInset.

    โšก๏ธ Updated

    • โž• Added a fresh coat of paint.
    • ๐Ÿ—„ Deprecated requiredContentInset on TabmanBarConfig.
    • ๐Ÿšš Move initialisation logic to viewDidLoad from loadView.