All Versions
10
Latest Version
Avg Release Cycle
94 days
Latest Release
1713 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