Skip to content

Releases: MarioIannotta/PullUpController

0.8.0

04 Mar 20:02
Compare
Choose a tag to compare
  • Xcode 11
  • Swift package manager

0.7.0

03 Apr 17:16
Compare
Choose a tag to compare

0.6.0

20 Nov 22:30
Compare
Choose a tag to compare

Many thanks to @heltisace for her great support!

0.5.1

28 Oct 21:04
Compare
Choose a tag to compare

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

0.5.0

28 Sep 17:17
Compare
Choose a tag to compare
  • 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.

0.4.1

16 Aug 17:07
Compare
Choose a tag to compare
  • Fix inertial scroll and scroll animations

0.4.0

14 Aug 19:54
Compare
Choose a tag to compare
  • 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

0.3.0

09 Jul 19:35
Compare
Choose a tag to compare
  1. 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:)
  2. Add onDrag closure

  3. 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.

0.2.0

21 Jun 15:59
Compare
Choose a tag to compare

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

0.1.0

06 Nov 21:30
Compare
Choose a tag to compare

Pod Release