The members of UIKit.IUIViewControllerTransitionCoordinatorContext are listed below.
| [read-only] | CompletionCurve | UIViewAnimationCurve. The UIViewAnimationCurve for the view controller transition. |
| [read-only] | CompletionVelocity | nfloat. The completion velocity for the view controller transition. |
| [read-only] | ContainerView | UIView. The container UIView for the view controller transition animation. |
| [read-only] | InitiallyInteractive | bool. true iff IUIViewControllerTransitionCoordinatorContext.IsAnimated is true and the transition was initiated interactively. |
| [read-only] | IsAnimated | bool. true if the transition is explicitly animated or uses UIModalPresentation.Custom presentation. |
| [read-only] | IsCancelled | bool. true if the interactive transition is ending and the user canceled the transition. |
| [read-only] | IsInteractive | bool. true if the transition is currently interactive. |
| [read-only] | PercentComplete | nfloat. The percent of completion of a transition when it moves to the noninteractive completion phase. |
| [read-only] | PresentationStyle | UIModalPresentationStyle. The presentation style whose transition is being modified. |
| [read-only] | TransitionDuration | double. The expected duration, in seconds, of the transition, if it is noninteractive. |
GetTransitionViewControllerForKey(Foundation.NSString)Documentation for this section has not yet been entered. | ||
GetViewControllerForKey(Foundation.NSString)The UIViewController for the specified uiTransitionKey. | ||
TargetTransform()Documentation for this section has not yet been entered. | ||