Skip to content

Releases: uias/Pageboy

1.0.4

19 Apr 21:09
Compare
Choose a tag to compare

Improvements to PageboyViewControllerDelegate.

Added

  • Added didReload function to PageboyViewControllerDelegate for updating when the PageboyViewController successfully reloads its child view controllers.

1.0.3

16 Apr 17:48
Compare
Choose a tag to compare

Minor refactoring to improve syntax.

Updated

  • #42 Rename atIndex(index: Int) to at(index: Int) in PageboyViewController.PageIndex.
    • Deprecated atIndex(index: Int).

1.0.2

11 Apr 08:27
Compare
Choose a tag to compare

Fix issues with status bar appearance.

Fixed

  • Added support for preferredStatusBarStyle in child view controllers.
  • Added support for prefersStatusBarHidden in child view controllers.
  • Added animation for transition of status bar appearance on page change.
  • Added missing addChildViewController call for internal UIPageViewController.

1.0.1

05 Apr 15:34
Compare
Choose a tag to compare

Fixed a pesky memory issue.

Fixed

  • #34 Fixed issue in PageboyAutoScroller where .handler would not be released correctly.

1.0.0

28 Mar 18:16
Compare
Choose a tag to compare

Pageboy stable release! 🎉 🍾

Updated

  • Just a quick version bump to 1.0.0.

0.4.12

22 Mar 11:45
Compare
Choose a tag to compare

Minor tweaks and improved test coverage.

Added

  • Improved test coverage for all components of Pageboy.

Updated

  • isEnabled is now a public property of PageboyAutoScroller.

0.4.11

13 Mar 12:00
Compare
Choose a tag to compare

Added additional customisation properties

Added

  • Added bounces property to enable/disable whether the page view controller should bounce at the end of page ranges. #20

0.4.10

11 Mar 15:50
Compare
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
Compare
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
Compare
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.