v1.1.4 (2021-12-13)
- Filter invoking method
didPopViewController
when view was popped out Navigation Stack only
v1.1.3 (2021-12-09)
- Skip invoking method
didPopViewController
when view was embed inside anotherContainerView
v1.1.2 (2021-12-08)
- Invoke method
didPopViewController
whenviewDidDisappear
to allow the client consume event follow the life-cycle
v1.1.1 (2021-11-13)
- Detect horizontal direction once the gesture end to process as finish transition only
v1.1.0 (2021-11-09)
- 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
v1.0.0 (2021-10-31)
- Swipe from Right to Left to pop ViewController
- Customize via
velocity
when swipe gesture was recognized
- Customize via
- Drag from Right to Left to pop ViewController
- Customize via
percent
distance move per screen's width
- Customize via
- Built-in Controllers:
SwipeToPopViewController
&SwipeToPopTableViewController