Releases: MarioIannotta/PullUpController
Releases · MarioIannotta/PullUpController
0.8.0
0.7.0
- Xocde 10
- Swift 5
- Fix #52 (thanks to @avihu-via)
0.6.0
0.5.1
0.5.0
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
- Fix inertial scroll and scroll animations
0.4.0
- 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
0.3.0
-
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
-
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.
0.2.0
Remove fixed value from animation duration
The animation duration now is calculated based on gesture recognizer pan vertical velocity.
0.1.0
Pod Release