Releases: uias/Pageboy
Releases · uias/Pageboy
3.1.0
Added
pageboyParenttoUIViewControllerto get the parentPageboyViewControllerif it exists.pageboyPageIndextoUIViewControllerto get the current index of a view controller if embedded within aPageboyViewController.
Updated
- Deprecated
parentPageboyonUIViewController.
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
Pageboy 3
Added
- Support for dynamically inserting a new page via
insertPage(at: PageIndex). - Support for dynamically deleting an existing page via
deletePage(at: PageIndex). - Improved support for Swift 4 and 4.2.
Updated
- Status bar style update animation when changing pages now lasts
0.25seconds. - Improved Example app with support for in-app Settings.
- Auto-Scrolling will now automatically resume/pause with
viewDidAppear/viewWillDisappearlifecycle events.
Fixed
- Numerous memory leaks and performance problems.
Upgrade Notes
This release and any following v3.0 releases will include API breaking changes from any previous 2.x release. When upgrading to v3.0 from a v2.x install, please read the accompanying migration notes that can be found here: Pageboy 3 Migration Guide.
Pageboy 3 - Beta 3
Upgrade Notes
This beta release and any following v3.0 releases will include API breaking changes from any previous 2.x release. When upgrading to v3.0 from a v2.x install, please read the accompanying migration notes that can be found here: Pageboy 3 Migration Guide.