Skip to content

Releases: uias/Pageboy

0.4.7

28 Feb 20:20
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added Swift Package Manager support.

Added

  • Swift Package Manager compatibility.

0.4.0

17 Feb 09:26
Compare
Choose a tag to compare

Pageboy initial release - A simple, highly informative page view controller.