completionCurve
Called when the system needs the animation completion curve for an interactive view controller transition.
Declaration
optional var completionCurve: UIView.AnimationCurve { get }Return Value
Default value is UIView.AnimationCurve.easeInOut, with other possible values described in the UIView.AnimationCurve type definition.