Skip to content

Releases: uias/Pageboy

0.4.10

11 Mar 15:50

Choose a tag to compare

Fixed minor position detection issues.

Fixed

  • Fixed issue where scrolling aggressively, causing post-boundary deceleration would cause an incorrect currentIndex temporarily.

0.4.9

08 Mar 23:18

Choose a tag to compare

Added auto scrolling capability #3

Added

  • PageboyAutoScroller which provides time-based auto scrolling behaviour to PageboyViewController. Available via the autoScroller property.

0.4.8

01 Mar 19:44

Choose a tag to compare

Fixed issues with infinite scrolling.

Fixed

  • Fixed issue where infinite scroll would not provide scroll updates correctly.
  • Fixed issue with setting isInfiniteScrollEnabled not updating page view controller state correctly.

0.4.7

28 Feb 20:20

Choose a tag to compare

Fix issues with over-scroll updates.

Fixed

  • Fixed issue where updates for scrolling outside of the page view controller contentSize would not be correctly reported.

0.4.6

27 Feb 21:50

Choose a tag to compare

Fixed potential memory issues.

Updated

  • Ensured that dataSource for PageboyViewController is weakly referenced.
  • Ensured that delegate for PageboyViewController is weakly referenced.

0.4.5

27 Feb 09:38

Choose a tag to compare

Fixed issues with incorrect animated parameters in delegate calls.

Fixed

  • Issue where animated parameter on willScrollToPageAtIndex would sometimes be incorrect.
  • Issue where duplicate positional updates would call didScrollToPosition multiple times.

0.4.4

24 Feb 15:48

Choose a tag to compare

Improved positional scroll detection logic.

Updated

  • Improved positional reporting when traversing over multiple pages during a scroll operation.

0.4.3

23 Feb 14:36

Choose a tag to compare

Added improved delegate methods.

Updated

  • Added animated parameter to willScrollToPageAtIndex.
  • Added animated parameter to didScrollToPosition.
  • Added animated parameter to didScrollToPageAtIndex.

Fixed

  • Fixed issues with currentIndex sync.

0.4.2

22 Feb 11:53

Choose a tag to compare

Fix positional data sync issues.

Fixed

  • Issue where currentPosition would not stay in sync with currentIndex in certain situations.
  • Issue where example app would not support custom default indexes correctly.

0.4.1

17 Feb 10:23

Choose a tag to compare

Added Swift Package Manager support.

Added

  • Swift Package Manager compatibility.