Skip to content

Releases: emrepun/StickyTabBarViewController

1.0.6

16 Jan 13:33
d4695db
Compare
Choose a tag to compare
  • 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

04 Jun 21:21
Compare
Choose a tag to compare
Update README.md

0.0.3

15 Apr 16:47
9fd3783
Compare
Choose a tag to compare

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.

29 Mar 23:30
Compare
Choose a tag to compare
1.0.1

Update pod version and fix typo

Initial Release

29 Mar 23:25
85f6480
Compare
Choose a tag to compare
1.0.0

Update README.md