UIKit.UIViewControllerContextTransitioning Members

The members of UIKit.UIViewControllerContextTransitioning are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Default constructor, initializes a new instance of this class.
Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
abstract
ContainerViewUIView. The UIView that is the superview for the UIViews involved in the transition.
[read-only]
abstract
IsAnimatedbool. Whether the transition is animated.
[read-only]
abstract
IsInteractivebool. Whether the transition is interactive.
[read-only]
abstract
PresentationStyleUIModalPresentationStyle. The UIModalPresentationStyle for the transition.
[read-only]
abstract
TargetTransformCoreGraphics.CGAffineTransform. Documentation for this section has not yet been entered.
[read-only]
abstract
TransitionWasCancelledbool. Whether the transition was cancelled.

Public Methods

abstract
CancelInteractiveTransition()
Notifies the system that the app user has canceled the transition.
abstract
CompleteTransition(bool)
Notifies the system that the transition has completed.
abstract
FinishInteractiveTransition()
Notifies the system that the app user interactions have successfully completed the transition.
abstract
GetFinalFrameForViewController(UIViewController) : CoreGraphics.CGRect
The ending Frame RectangleF for the specified UIViewController's View.
abstract
GetInitialFrameForViewController(UIViewController) : CoreGraphics.CGRect
The starting Frame RectangleF for the specified UIViewController's View.
abstract
GetViewControllerForKey(Foundation.NSString) : UIViewController
Returns the specified UIViewController involved in the transition.
abstract
GetViewFor(Foundation.NSString) : UIView
Documentation for this section has not yet been entered.
abstract
UpdateInteractiveTransition(nfloat)
Updates the completion percentage of the transition.