PullUpController v0.3.0 Release Notes

Release Date: 2018-07-09 // almost 6 years ago

    ๐Ÿ‘Œ 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:)

    โž• Add onDrag closure

    โž• 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.