Releases: kazuhiro4949/PagingKit
Releases · kazuhiro4949/PagingKit
1.18.2
1.18.1
1.18.0
1.17.0
- Support XCFramework
- Fix warnings
call some delegates only when scrolling another page
updated delegates:
- func contentViewController(viewController: PagingContentViewController, willBeginPagingAt index: Int, animated: Bool)
- func contentViewController(viewController: PagingContentViewController, willFinishPagingAt index: Int, animated: Bool)
- func contentViewController(viewController: PagingContentViewController, didFinishPagingAt index: Int, animated: Bool)
Fixed a mask layout when the cells is centered and overlay menu style
Supporting Swift Package Manager
1.14.0 Update README.md
Add cornerRadius value on UnderlineFocusView
Life cycle updates
PagingContentViewController's life cycle is changed in this version.
Last version, each content's life cycle is not managed by PagingContentViewController.
But, in this version, PagingContentViewController calls appearance events to each content vc when it shows them on the screen or hides them from the screen.
Check some samples on the repository.
Supporting Multi Tasking
This is based on 1.8.0 (not latest).