Skip to content

Releases: uias/Tabman

1.5.0

30 Jan 15:54
Compare
Choose a tag to compare

Numerous improvements to Auto Insetting 🎉

Updated

  • Tabman now uses AutoInsetter.
  • Auto Insetting now takes account of relative subview positioning.

Fixed

  • #236 TableView insets not adjusted properly for table with height constraint.

1.4.0

13 Jan 23:20
Compare
Choose a tag to compare

Updated

  • #215 Add default crossfade transition to custom indicators.
  • #229 Update project workspace to use CocoaPods for dependency management.
  • #231 Update styling for project.

1.3.0

10 Jan 10:44
Compare
Choose a tag to compare

Added

  • #227 parentTabmanBarInsets property to UIViewController.

Updated

1.2.0

20 Dec 16:22
Compare
Choose a tag to compare

Added

  • #192 automaticallyAdjustsChildViewInsets to TabmanViewController.

Updated

  • #192 Deprecated automaticallyAdjustsChildScrollViewInsets.
  • #191 Disable auto-insetting when the bar is embedded or attached.
  • #208 Remove temporary fix for iOS 11.2 safe area change.

Fixed

  • #190 Prevent bar background extending when external.

1.1.4

20 Dec 14:51
Compare
Choose a tag to compare

Updated

  • Versions of Tabman 1.1.x are now tied to Pageboy 2.1.x.

1.1.3

12 Dec 16:42
Compare
Choose a tag to compare

Fixed

  • #208 Auto-Inset issues on iOS 11.2 with bottom safe area.

1.1.2

05 Dec 14:48
Compare
Choose a tag to compare

Fixed

  • #202 TabmanBar item views don’t conform to safe area.

1.1.1

28 Nov 15:14
Compare
Choose a tag to compare

Fixed

  • #194 UIScrollView contentOffset reset when going back to Tabman VC.

1.1.0

23 Nov 14:05
Compare
Choose a tag to compare

Added

  • #187 Behaviors engine to TabmanBar.
  • #186 Ability to hide TabmanBar with only one item.
  • #177 Improve TabmanBar accessibility.

Updated

  • Refactored auto insetting logic to AutoInsetEngine.
  • Improved auto insetting reliability.

1.0.8

20 Nov 15:36
Compare
Choose a tag to compare

Added

  • #176 Support for edge insets to bottom separator view.

Fixed

  • Removed unnecessary debugging logging.