Skip to content

Releases: uias/Pageboy

3.5.0

06 Oct 08:37
Compare
Choose a tag to compare

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

25 Aug 13:41
Compare
Choose a tag to compare

Updated

  • Add support for Swift Package Manager in Xcode 11.

3.3.0

05 Aug 08:57
Compare
Choose a tag to compare

Added

Fixed

  • Issues with building on tvOS.
  • Broken imports when building with Carthage.

3.2.3

10 Jun 16:36
Compare
Choose a tag to compare

Updated

  • Added support for multiple Swift versions to podspec.

3.2.2

04 May 13:45
Compare
Choose a tag to compare

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

24 Apr 07:59
Compare
Choose a tag to compare

Fixed

  • Warnings related to Objective-C enums.
  • SwiftLint warnings.
  • Incorrect Swift version in Podspec, now 4.0.

3.2.0

26 Mar 20:19
Compare
Choose a tag to compare

Added

  • Swift 5 support.
  • Xcode 10.2 support.

3.1.0

08 Mar 12:05
Compare
Choose a tag to compare

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

03 Mar 10:20
Compare
Choose a tag to compare

Fixed

  • #202 Issue where page index map could crash with invalid keys (Relates to #198).

3.0.6

03 Mar 08:26
Compare
Choose a tag to compare

Fixed

  • #198 Memory issue where view controllers would always be retained.