Skip to content

0.0.3

Compare
Choose a tag to compare
@emrepun emrepun released this 15 Apr 16:47
· 56 commits to master since this release
9fd3783

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.