From a9edeb1d71b6d4b148b47dbf41220df1091cdc8a Mon Sep 17 00:00:00 2001 From: tun57 Date: Sat, 11 May 2019 18:38:12 -0700 Subject: [PATCH] Update "Full Screen" mode in Sample App --- .../Full Screen/FullScreenNavController.swift | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Sample/View Controllers/Full Screen/FullScreenNavController.swift b/Sample/View Controllers/Full Screen/FullScreenNavController.swift index 83e5727b..9dbe6215 100644 --- a/Sample/View Controllers/Full Screen/FullScreenNavController.swift +++ b/Sample/View Controllers/Full Screen/FullScreenNavController.swift @@ -30,6 +30,14 @@ extension FullScreenNavController: PanModalPresentable { return 1.0 } + var transitionDuration: Double { + return 0.4 + } + + var transitionAnimationOptions: UIView.AnimationOptions { + return [.allowUserInteraction, .beginFromCurrentState] + } + var shouldRoundTopCorners: Bool { return false }