Skip to content

0.3.0

Compare
Choose a tag to compare
@MarioIannotta MarioIannotta released this 09 Jul 19:35
· 74 commits to master since this release
  1. 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:)
  2. Add onDrag closure

  3. 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.