Pageboy Versions Save

📖 A simple, highly informative page view controller

3.5.0

4 years ago

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

4 years ago

Updated

  • Add support for Swift Package Manager in Xcode 11.

3.3.0

4 years ago

Added

Fixed

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

3.2.3

4 years ago

Updated

  • Added support for multiple Swift versions to podspec.

3.2.2

5 years ago

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

5 years ago

Fixed

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

3.2.0

5 years ago

Added

  • Swift 5 support.
  • Xcode 10.2 support.

3.1.0

5 years ago

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

5 years ago

Fixed

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

3.0.6

5 years ago

Fixed

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