Releases: uias/Pageboy
Releases · uias/Pageboy
1.2.1
1.2.0
Improvements to localization and other minor fixes.
Added
- #67 Improved support for Right-To-Left languages to
PageboyViewController
. parentPageboyViewController
property toUIViewController
to provide access to parentPageboyViewController
from child view controllers within the page view controller.- #70 Success result to
scrollToPage()
function inPageboyViewController
.- Returns whether the scroll was able to be successfully executed.
Fixed
- #71 A potential error during layout with scroll positional updates.
- By AlexZd.
1.1.2
1.1.1
Improvements to lifecycle management.
Updated
- Updated project to use Swift 3.2 and compatibility with Xcode 9
Fixed
- Fixed issue where it would be possible to cause an error by setting properties on
PageboyViewController
before the internalUIPageViewController
was initialised. - Fixed issue where changing
navigationOrientation
would cause properties onPageboyViewController
to not persist.
1.1.0
Custom transitioning support and minor fixes.
Added
- #57 Added support for custom scroll transitions to
PageboyViewController
.- Available via the
.transition
(PageboyViewController.Transition
) property.
- Available via the
Fixed
- #61 Fixed AutoLayout issue with internal
UIPageViewController
when in-call status bar is visible.
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
Fixes to infinite scrolling behaviour.
Fixed
- #44 Fix incorrect
scrollToPage
function behaviour when at the end of page ranges with infinite scrolling enabled..next
used an incorrect animation when scrolling from the upper range to the lower range..previous
failed to scroll to a page when scrolling from the lower range to the upper range.