All Versions
74
Latest Version
Avg Release Cycle
38 days
Latest Release
589 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.1.0 Changes
๐ Released on 2017-06-07.
โ 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.
- ๐ #57 Added support for custom scroll transitions to
-
v1.0.9 Changes
๐ Released on 2017-05-29.
โ Added
- โ Added
delaysContentTouches
property toPageboyViewController
.
โก๏ธ Updated
- Minor improvements to example project.
- ๐จ Minor refactoring to
PageboyViewController
extensions.
- โ Added
-
v1.0.8 Changes
๐ Released on 2017-05-17.
โก๏ธ Updated
- ๐จ Refactored and restructured internal extensions of
PageboyViewController
. - A fresh coat of paint.
๐ Fixed
- ๐ Fixed a few UI issues with example project.
- ๐จ Refactored and restructured internal extensions of
-
v1.0.7 Changes
๐ Released on 2017-05-07.
โ Added
isTracking
property toPageboyViewController
.- 0๏ธโฃ Default stub protocol implementations for
PageboyViewControllerDelegate
.
โก๏ธ Updated
- โก๏ธ Updated scroll management to use
isTracking
for interaction detection.
-
v1.0.6 Changes
๐ Released on 2017-04-26.
โก๏ธ Updated
- ๐ Moved internal
UIPageViewController
initialisation toviewDidLoad
fromloadView
.
- ๐ Moved internal
-
v1.0.5 Changes
๐ Released on 2017-04-22.
๐ 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.
- #44 Fix incorrect
-
v1.0.4 Changes
๐ Released on 2017-04-19.
โ Added
- โ Added
didReload
function toPageboyViewControllerDelegate
for updating when thePageboyViewController
successfully reloads its child view controllers.
- โ Added
-
v1.0.3 Changes
๐ Released on 2017-04-16.
โก๏ธ Updated
- #42 Rename
atIndex(index: Int)
toat(index: Int)
inPageboyViewController.PageIndex
.- Deprecated
atIndex(index: Int)
.
- Deprecated
- #42 Rename
-
v1.0.2 Changes
๐ Released on 2017-04-11.
๐ 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 internalUIPageViewController
.
- โ Added support for
-
v1.0.1 Changes
๐ Released on 2017-04-05.
๐ Fixed
- ๐ #34 Fixed issue in
PageboyAutoScroller
where.handler
would not be released correctly.
- ๐ #34 Fixed issue in