All Versions
74
Latest Version
Avg Release Cycle
38 days
Latest Release
1305 days ago

Changelog History
Page 4

  • v2.3.2 Changes

    🚀 Released on 2018-01-23

    ⚡️ Updated

    • 🔨 Refactored and cleaned up internally for some much needed housekeeping.
  • v2.3.1 Changes

    🚀 Released on 2018-01-06

    🛠 Fixed

    -#133 Potential memory issues with UIApplication extension. - by msaps.

  • v2.3.0 Changes

    🚀 Released on 2018-01-05

    ⚡️ Updated

    • #131 Make Pageboy safe to use in extensions.

  • v2.2.0 Changes

    🚀 Released on 2017-12-20

    ⚡️ Updated

    • 🚀 #121 Update minimum deployment target to iOS 9.
    • #129 Disable showsPageControl temporarily (Due to iOS 11.2 issue).

  • v2.1.0 Changes

    🚀 Released on 2017-11-24

    ➕ Added

    • 👍 #116 Support for built-in UIPageViewController page control.
    • #116 showsPageControl to PageboyViewController.

  • v2.0.4 Changes

    🚀 Released on 2017-11-11

    🛠 Fixed

    • ⚡️ #118 Setting data source in initializer breaks updateViewControllers.
  • v2.0.3 Changes

    🚀 Released on 2017-11-09

    🛠 Fixed

    • #113 When swiping too fast PageboyViewController crashes app.
    • 💅 #114 Custom preferredStatusBarStyle does not work.
  • v2.0.2 Changes

    🚀 Released on 2017-10-23

    🛠 Fixed

    • #109 Improved blocking logic for animated scroll transitions during other operations.
  • v2.0.1 Changes

    🚀 Released on 2017-10-22

    🛠 Fixed

    • #109 UIPageViewController crash with intense scrolling input.
  • v2.0.0 Changes

    🚀 Released on 2017-09-13

    ➕ Added

    • 👍 #80 Swift 4 support.
    • 👍 #81 Support for Xcode 9 and iOS 11.
    • 👍 #92 tvOS support.

    ⚡️ Updated

    • 👍 #88 Completely redesign PageboyViewControllerDataSource to support improved view controller reuse.
    • 💅 #78 Update PageboyViewControllerDataSource to support the latest recommended code syntax style.
    • ⚡️ Update PageboyViewControllerDelegate to support the latest changes to PageboyViewControllerDataSource.