Swiftpack.co - Swift Packages by emrepun

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by emrepun

emrepun/StickyTabBarViewController 1.0.6
Sticky and Collapsible View on top of tab bar
⭐️ 148
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
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](https://github.com/emrepun/StickyTabBarViewController/commit/c01fc1798c55a1a54edaec7a5538a5f9106cf04d) - 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.
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.
Fixes force unwrapping.
4 years ago
Initial Release
4 years ago
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics