We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe152e commit 651b375Copy full SHA for 651b375
MZFormSheetPresentationController/MZFormSheetPresentationController.m
@@ -301,8 +301,8 @@ - (void)presentationTransitionDidEnd:(BOOL)completed {
301
}
302
303
- (void)dismissalTransitionWillBegin {
304
- if (self.presentationTransitionWillBeginCompletionHandler) {
305
- self.presentationTransitionWillBeginCompletionHandler(self.presentedViewController);
+ if (self.dismissalTransitionWillBeginCompletionHandler) {
+ self.dismissalTransitionWillBeginCompletionHandler(self.presentedViewController);
306
307
[self.presentedViewController.transitionCoordinator animateAlongsideTransition:^(id<UIViewControllerTransitionCoordinatorContext> _Nonnull context) {
308
[UIView animateWithDuration:[context transitionDuration] animations:^{
0 commit comments