All Versions
10
Latest Version
Avg Release Cycle
94 days
Latest Release
1115 days ago
Changelog History
Changelog History
-
v0.8.0 Changes
March 04, 2020- Xcode 11
- ๐ฆ Swift package manager
-
v0.7.0 Changes
April 03, 2019- Xocde 10
- Swift 5
- ๐ Fix #52 (thanks to @avihu-via)
-
v0.6.0 Changes
November 20, 2018๐ 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
- Provide a way to customize animations by overriding the method
-
v0.5.0 Changes
September 28, 2018Note:
โก๏ธ In order to show the expanded controller as initial state, and to simplify the APIs, the propertypullUpControllerPreviewOffset
has been removed and the methodaddPullUpController
has been updated with a new additional parameterinitialStickyPointOffset
. -
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 topullUpControllerPreferredSize
andpullUpControllerPreferredLandscapeFrame
.
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
- โ Add
-
v0.3.0 Changes
July 09, 2018๐ Improve animation APIs
- Add
animated
property topullUpControllerMoveToVisiblePoint
- Add
animated
property toUIViewController.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 anUITableViewController
because that's not possible, check #14 for more information. - Add
-
v0.2.0 Changes
June 21, 2018Remove 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