Skip to content

Commit

Permalink
Update "Full Screen" mode in Sample App
Browse files Browse the repository at this point in the history
  • Loading branch information
tun57 committed May 12, 2019
1 parent b8f7e61 commit a9edeb1
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a9edeb1

Please sign in to comment.