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 5108f36 commit 5c6fa43Copy full SHA for 5c6fa43
Source/Library/LightboxTransition.swift
@@ -28,10 +28,6 @@ class LightboxTransition: UIPercentDrivenInteractiveTransition {
28
func transition(_ show: Bool) {
29
guard let controller = lightboxController else { return }
30
31
- controller.headerView.transform = show
32
- ? CGAffineTransform.identity
33
- : CGAffineTransform(translationX: 0, y: -200)
34
-
35
if interactive {
36
controller.view.backgroundColor = UIColor.black.withAlphaComponent(show ? 1 : 0)
37
} else {
0 commit comments