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.