UIKit.IUIViewControllerTransitionCoordinatorContext Members

The members of UIKit.IUIViewControllerTransitionCoordinatorContext are listed below.

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.

Public Methods

GetTransitionViewControllerForKey(Foundation.NSString) : UIView
Documentation for this section has not yet been entered.
GetViewControllerForKey(Foundation.NSString) : UIViewController
The UIViewController for the specified uiTransitionKey.
TargetTransform() : CoreGraphics.CGAffineTransform
Documentation for this section has not yet been entered.