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 cc802b0 commit 47bdc88Copy full SHA for 47bdc88
Sources/MenuAnimator.swift
@@ -110,6 +110,13 @@ private extension MenuInteractiveTransition {
110
action: #selector(MenuInteractiveTransition.handlePanDismission(recognizer:)))
111
}
112
113
+ fromViewController.view.frame = CGRect(
114
+ x: fromViewController.view.frame.origin.x,
115
+ y: fromViewController.view.frame.origin.y,
116
+ width: fromViewController.view.frame.size.width,
117
+ height: fromViewController.view.frame.size.height + 55
118
+ )
119
+
120
contentSnapshotView = createSnapshotView(from: fromViewController.view)
121
122
guard let contentSnapshotView = self.contentSnapshotView else {
0 commit comments