Skip to content

Releases: uias/Tabman

1.0.7

15 Nov 20:28
Compare
Choose a tag to compare

Improvements to safeArea support.

Added

  • Support for additionalSafeAreaInsets for child view controllers.

1.0.6

12 Nov 18:58
Compare
Choose a tag to compare

Improvements to automatic insetting and styling.

Updated

  • Renamed safeAreaInsets to safeArea in TabmanBar.Insets.

Fixed

  • Fixed issue where bar background would not extend correctly when using .preferred bar location.
  • Fixed issue where child view controller contents would not get inset correctly on iPhone X.

1.0.5

23 Oct 20:48
Compare
Choose a tag to compare

Improvements and fixes to automatic insetting behavior.

Added

  • Added support for UICollectionViewController and automatic insetting.

Fixed

  • #109 Fixed automatic insetting behavior when using a UITableViewController.

1.0.4

22 Oct 17:46
Compare
Choose a tag to compare

Minor improvements to bar embedding and attachment.

Added

  • New embedBar(in view: UIView) function to TabmanViewController.

Updated

  • Deprecated embedBar(inView view: UIView) in TabmanViewController.
  • Add improved error handling to bar embedding and attachment operations.

1.0.3

11 Oct 19:47
Compare
Choose a tag to compare

Improvements to iPhone X support and appearance customisation.

Added

  • #154 Support for extending bar background on iPhone X function areas.
  • #148 imageRenderingMode to TabmanBar.Appearance.Style.

1.0.2

28 Sep 17:49
Compare
Choose a tag to compare

iOS 11 Layout fixes and iPhone X support.

Added

  • safeAreaInsets to TabmanBar.Insets.

Updated

  • Deprecated topLayoutGuide in TabmanBar.Insets.
  • Deprecated bottomLayoutGuide in TabmanBar.Insets.

Fixed

  • #146 Incorrect layout with automatic insetting on iOS 11 and iPhone X.

1.0.1

18 Sep 10:26
Compare
Choose a tag to compare

Minor enhancements to TabmanBar.Item and example project.

Added

  • context property to TabmanBar.Item.

Updated

  • Updated example project styling and improved iPhone X support.

Tabman 1

14 Sep 08:43
Compare
Choose a tag to compare

Swift 4 support, and compatibility with Pageboy 2.

Added

Upgrade Notes

This release includes API breaking changes in Pageboy from any previous 0.x release. When upgrading to v1.0 from a v0.x install, please read the accompanying migration notes for Pageboy that can be found here: Pageboy 2.0 Migration Guide.

0.8.3

06 Sep 12:58
Compare
Choose a tag to compare

Improvements to layout.

Added

  • #135 Ability to extend background edge insets under system components.
  • #138 extendBackgroundEdgeInsets property to TabmanBar.Appearance.

0.8.2

25 Aug 14:07
Compare
Choose a tag to compare

Minor fixes and improvements.

Fixed

  • #132 Crash when using UITableViewController with auto-insetting enabled.
  • Resolved deprecation warnings when using latest Xcode 9 beta.