Releases: lengocduy/DLSwipeToPopController
Releases · lengocduy/DLSwipeToPopController
DLSwipeToPopController v1.1.4
DLSwipeToPopController v1.1.3
- Skip invoking method
didPopViewController
when view was embed inside another container view
DLSwipeToPopController v1.1.2
- Invoke method
didPopViewController
whenviewDidDisappear
to allow the client consume event follow the life-cycle
DLSwipeToPopController v1.1.1
- Detect
horizontal direction
once the gesture end to process asfinish
transition only
DLSwipeToPopController v1.1.0
- 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
- 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