All Versions
10
Latest Version
Avg Release Cycle
94 days
Latest Release
1514 days ago

Changelog History

  • v0.8.0 Changes

    March 04, 2020
    • Xcode 11
    • ๐Ÿ“ฆ Swift package manager
  • v0.7.0 Changes

    April 03, 2019
  • v0.6.0 Changes

    November 20, 2018
    • ๐Ÿ›  Fix #40
    • ๐Ÿ›  Fix #39
    • ๐Ÿ›  Fix #38
    • ๐Ÿ›  Fix #35

    ๐Ÿ‘ Many thanks to @heltisace for her great support!

  • v0.5.1 Changes

    October 28, 2018

    ๐Ÿ›  Fix releated to #33:

    • Provide a way to customize animations by overriding the method pullUpControllerAnimate(withDuration duration: TimeInterval, animations: @escaping () -> Void, completion: ((Bool) -> Void)?)
    • ๐Ÿ›  Fix blank space at bottom when bouncing is enabled
  • v0.5.0 Changes

    September 28, 2018
    • ๐Ÿ‘ Xcode 10 and swift 4.2 support
    • ๐Ÿ›  Fix issues #21 and #22

    Note:
    โšก๏ธ In order to show the expanded controller as initial state, and to simplify the APIs, the property pullUpControllerPreviewOffset has been removed and the method addPullUpController has been updated with a new additional parameter initialStickyPointOffset.

  • v0.4.1 Changes

    August 16, 2018
    • ๐Ÿ›  Fix inertial scroll and scroll animations
  • v0.4.0 Changes

    August 14, 2018
    • โž• Add updatePreferredFrameIfNeeded(animated: Bool)
      โšก๏ธ This method update the pull up controller's view size according to pullUpControllerPreferredSize and pullUpControllerPreferredLandscapeFrame.
      If the device is in portrait, the pull up controller's view will be attached to the nearest sticky point after the resize.
    • ๐Ÿ›  Fix #17: Scrolling of inside scrollable element results in skipping
  • v0.3.0 Changes

    July 09, 2018

    ๐Ÿ‘Œ Improve animation APIs

    • Add animated property to pullUpControllerMoveToVisiblePoint
    • Add animated property to UIViewController.addPullUpController
    • Add a method to remove the pull up controller (this also fix the issue #15)
      ๐Ÿšš UIViewController.removePullUpController(_, animated:)

    โž• Add onDrag closure

    โž• Add an assert to check if the user it's trying to attach a PullUpController to an UITableViewController because that's not possible, check #14 for more information.

  • v0.2.0 Changes

    June 21, 2018

    Remove fixed value from animation duration
    The animation duration now is calculated based on gesture recognizer pan vertical velocity.

  • v0.1.0 Changes

    November 06, 2017

    ๐Ÿš€ Pod Release