UIKit.IUIViewControllerContextTransitioning Members

The members of UIKit.IUIViewControllerContextTransitioning are listed below.

Public Properties

[read-only]
ContainerViewUIView. The UIView that is the superview of the UIView's involved in the transition.
[read-only]
IsAnimatedbool. Whether a modal presentation should be animated.
[read-only]
IsInteractivebool. Whether a presentation should be interactive.
[read-only]
PresentationStyleUIModalPresentationStyle. The presentation style of the transition.
[read-only]
TargetTransformCoreGraphics.CGAffineTransform. Documentation for this section has not yet been entered.
[read-only]
TransitionWasCancelledbool. Whether the transition was cancelled.

Public Methods

CancelInteractiveTransition()
Documentation for this section has not yet been entered.
CompleteTransition(bool)
Indicates the transition animation has completed.
FinishInteractiveTransition()
User interactions have signaled the end of the transition.
GetFinalFrameForViewController(UIViewController) : CoreGraphics.CGRect
The ending RectangleF for the Frame of the specified UIViewController's UIView.
GetInitialFrameForViewController(UIViewController) : CoreGraphics.CGRect
The beginning RectangleF for the Frame of the specified UIViewController's UIView.
GetViewControllerForKey(Foundation.NSString) : UIViewController
Retrieves the UIViewController associated with the specified uiTransitionKey.
GetViewFor(Foundation.NSString) : UIView
Documentation for this section has not yet been entered.
UpdateInteractiveTransition(nfloat)
Updates the percentage completion of the transition.