UIKit.IUIViewControllerTransitionCoordinatorContext: Property Members

The properties of UIKit.IUIViewControllerTransitionCoordinatorContext are listed below. For a list of all members, see the IUIViewControllerTransitionCoordinatorContext Members list.

Public Properties

[read-only]
CompletionCurveUIViewAnimationCurve. The UIViewAnimationCurve for the view controller transition.
[read-only]
CompletionVelocitynfloat. The completion velocity for the view controller transition.
[read-only]
ContainerViewUIView. The container UIView for the view controller transition animation.
[read-only]
InitiallyInteractivebool. true iff IUIViewControllerTransitionCoordinatorContext.IsAnimated is true and the transition was initiated interactively.
[read-only]
IsAnimatedbool. true if the transition is explicitly animated or uses UIModalPresentation.Custom presentation.
[read-only]
IsCancelledbool. true if the interactive transition is ending and the user canceled the transition.
[read-only]
IsInteractivebool. true if the transition is currently interactive.
[read-only]
PercentCompletenfloat. The percent of completion of a transition when it moves to the noninteractive completion phase.
[read-only]
PresentationStyleUIModalPresentationStyle. The presentation style whose transition is being modified.
[read-only]
TransitionDurationdouble. The expected duration, in seconds, of the transition, if it is noninteractive.