Skip to content

Releases: kazuhiro4949/PagingKit

1.18.2

08 Aug 23:46
b8adf6c
Compare
Choose a tag to compare

1.18.1

26 Feb 10:02
d6fd88e
Compare
Choose a tag to compare

1.18.0

22 May 14:36
4c611ec
Compare
Choose a tag to compare
  • fix wrong underline width
  • fix focusview's frame setting

1.17.0

16 May 12:18
fe554ed
Compare
Choose a tag to compare
  • Support XCFramework
  • Fix warnings

call some delegates only when scrolling another page

05 Jan 05:59
1ccc9fa
Compare
Choose a tag to compare

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

02 Jun 11:30
c47f486
Compare
Choose a tag to compare

Supporting Swift Package Manager

29 May 15:03
db9ded0
Compare
Choose a tag to compare
1.14.0

Update README.md

Add cornerRadius value on UnderlineFocusView

22 Apr 04:36
21fc974
Compare
Choose a tag to compare

Life cycle updates

09 Feb 04:35
5b941bb
Compare
Choose a tag to compare

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

04 Feb 03:16
Compare
Choose a tag to compare

This is based on 1.8.0 (not latest).