MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
973
stars
146
forks
source link
Callbacks based on interactivePanGestureDissmisalDirection #52
Is it possible to provide different callbacks for each direction that a user could swipe the view? I would like to implement functionality that would dismiss the view if swiped down, but save some entered information if swiped up.
You can subclass MZFormSheetPresentationViewControllerInteractiveAnimator, expose currentDirection property and handle updateInteractiveTransition:(CGFloat)percentage
Is it possible to provide different callbacks for each direction that a user could swipe the view? I would like to implement functionality that would dismiss the view if swiped down, but save some entered information if swiped up.
Thanks.