Skip to content

Releases: lengocduy/DLSwipeToPopController

DLSwipeToPopController v1.1.4

13 Dec 11:48
967872d
Compare
Choose a tag to compare
  • Filter invoking method didPopViewController when view was popped out Navigation Stack only

DLSwipeToPopController v1.1.3

09 Dec 00:58
18069b8
Compare
Choose a tag to compare
  • Skip invoking method didPopViewController when view was embed inside another container view

DLSwipeToPopController v1.1.2

08 Dec 12:57
e4006f5
Compare
Choose a tag to compare
  • Invoke method didPopViewController when viewDidDisappear to allow the client consume event follow the life-cycle

DLSwipeToPopController v1.1.1

13 Nov 11:42
7d09a19
Compare
Choose a tag to compare
  • Detect horizontal direction once the gesture end to process as finish transition only

DLSwipeToPopController v1.1.0

09 Nov 08:14
10ba6fe
Compare
Choose a tag to compare
  • Support configuration for maximum of vertical distance (coordinate y) maximumOfVerticalDistance
    • Only recognize the gesture when user drag of swipe in the range of this property's value
    • In the case vertical distance larger than the configured value. It will skip recognizing and delegate for other components in the chain

First release v1.0.0

31 Oct 17:32
Compare
Choose a tag to compare
  • Swipe from Right to Left to pop ViewController
    • Customize via velocity when swipe gesture was recognized
  • Drag from Right to Left to pop ViewController
    • Customize via percent distance move per screen's width
  • Built-in Controllers: SwipeToPopViewController & SwipeToPopTableViewController