Releases: uias/Pageboy
Releases · uias/Pageboy
3.5.0
Added
#230 didCancelScrollToPage
function to PageboyViewControllerDelegate
for detecting page transitions that were cancelled.
Fixed
#227 UIPageViewController
bug that causes the page view controller to display the wrong page (see here ).
3.4.0
Updated
Add support for Swift Package Manager in Xcode 11.
3.3.0
Added
#223 minimumNumberOfTouches
to PageboyViewController
.
#223 maximumNumberOfTouches
to PageboyViewController
.
Fixed
Issues with building on tvOS.
Broken imports when building with Carthage.
3.2.3
Updated
Added support for multiple Swift versions to podspec.
3.2.2
Fixed
#209 Issue where pages could not be added when no pages exist.
#208 Issue where the last page could not be deleted.
3.2.1
Fixed
Warnings related to Objective-C enums.
SwiftLint warnings.
Incorrect Swift version in Podspec, now 4.0
.
3.2.0
Added
Swift 5 support.
Xcode 10.2 support.
3.1.0
Added
pageboyParent
to UIViewController
to get the parent PageboyViewController
if it exists.
pageboyPageIndex
to UIViewController
to get the current index of a view controller if embedded within a PageboyViewController
.
Updated
Deprecated parentPageboy
on UIViewController
.
3.0.7
Fixed
#202 Issue where page index map could crash with invalid keys (Relates to #198 ).
3.0.6
Fixed
#198 Memory issue where view controllers would always be retained.
You can’t perform that action at this time.