PagingKit Versions Save

PagingKit provides customizable menu UI. It has more flexible layout and design than the other libraries.

1.18.1

2 years ago

1.18.0

2 years ago

1.17.0

3 years ago
  • Support XCFramework
  • Fix warnings

1.16.0

3 years ago

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)

1.14.0

3 years ago

1.12.0

4 years ago

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.

1.8.4

4 years ago

This is based on 1.8.0 (not latest).