StickyTabBarViewController Versions Save

Sticky and Collapsible View on top of tab bar

1.0.6

2 years ago
  • Use loadViewIfNeeded instead of loadView to prevent any potential unexpected behaviours if the view is already loaded when adding the child view controller to sticky expandable view. Changes
  • With this version, now it is also possible to add it as a swift package with specific versions (starting with 1.0.6) other than adding it via branch.

1.0.5

3 years ago

0.0.3

4 years ago

Few api changes,

For the child viewController that conforms to Expandable;

  • expander is renamed to container

Following methods are renamed: removeCollapsibleViewController(animated:) -> removeCollapsableChild(animated:) configureCollapsedTrainingView(withChildViewController:) -> configureCollapsableChild(:)

Deprecated following tabBarController methods:

  • updateCollapsedHeight(to:)
  • updateAnimationDuration(to:)

Now instead you can directly change these values by overriding init methods or in viewDidLoad, see README for more details.

1.0.1

4 years ago

1.0.0

4 years ago