IUIViewControllerTransitionCoordinatorContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface that defines the context for coordination of a transition.
[Foundation.Protocol(Name="UIViewControllerTransitionCoordinatorContext", WrapperType=typeof(UIKit.UIViewControllerTransitionCoordinatorContextWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIViewControllerTransitionCoordinatorContext : IDisposable, ObjCRuntime.INativeObject
type IUIViewControllerTransitionCoordinatorContext = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
CompletionCurve |
The UIViewAnimationCurve for the view controller transition. |
CompletionVelocity |
The completion velocity for the view controller transition. |
ContainerView |
The container UIView for the view controller transition animation. |
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
InitiallyInteractive |
|
IsAnimated |
|
IsCancelled |
|
IsInteractive |
|
PercentComplete |
The percent of completion of a transition when it moves to the noninteractive completion phase. |
PresentationStyle |
The presentation style whose transition is being modified. |
TransitionDuration |
The expected duration, in seconds, of the transition, if it is noninteractive. |
Methods
GetTransitionViewControllerForKey(NSString) |
Gets the transition that is specified by |
GetViewControllerForKey(NSString) |
The UIViewController for the specified uiTransitionKey. |
TargetTransform() |
Returns the transform that describes the rotation of the transition. |
Extension Methods
GetIsInterruptible(IUIViewControllerTransitionCoordinatorContext) |
Whether the IUIViewControllerTransitionCoordinatorContext can interrupt animations. |
GetTransitionViewController(IUIViewControllerTransitionCoordinatorContext, UITransitionViewControllerKind) |
Gets a view controller that controls a transition. |