Update "Full Screen" mode in Sample App
This commit is contained in:
parent
b8f7e613ec
commit
a9edeb1d71
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue