Skip to content

1.2.0

Compare
Choose a tag to compare
@uias-bot uias-bot released this 18 Jun 16:28

Improvements to localization and other minor fixes.

Added

  • #67 Improved support for Right-To-Left languages to PageboyViewController.
  • parentPageboyViewController property to UIViewController to provide access to parent PageboyViewController from child view controllers within the page view controller.
  • #70 Success result to scrollToPage() function in PageboyViewController.
    • Returns whether the scroll was able to be successfully executed.

Fixed

  • #71 A potential error during layout with scroll positional updates.
    • By AlexZd.