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.