Releases: emrepun/StickyTabBarViewController
Releases · emrepun/StickyTabBarViewController
1.0.6
- Use
loadViewIfNeeded
instead ofloadView
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
0.0.3
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.
Fixes force unwrapping.
1.0.1 Update pod version and fix typo
Initial Release
1.0.0 Update README.md