IUIViewControllerTransitionCoordinator 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, together with the UIViewControllerTransitionCoordinator_Extensions class, comprise the UIViewControllerTransitionCoordinator protocol.
[Foundation.Protocol(Name="UIViewControllerTransitionCoordinator", WrapperType=typeof(UIKit.UIViewControllerTransitionCoordinatorWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIViewControllerTransitionCoordinator : IDisposable, UIKit.IUIViewControllerTransitionCoordinatorContext
type IUIViewControllerTransitionCoordinator = interface
interface INativeObject
interface IDisposable
interface IUIViewControllerTransitionCoordinatorContext
- Attributes
- Implements
Properties
CompletionCurve |
The UIViewAnimationCurve for the view controller transition. (Inherited from IUIViewControllerTransitionCoordinatorContext) |
CompletionVelocity |
The completion velocity for the view controller transition. (Inherited from IUIViewControllerTransitionCoordinatorContext) |
ContainerView |
The container UIView for the view controller transition animation. (Inherited from IUIViewControllerTransitionCoordinatorContext) |
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. (Inherited from IUIViewControllerTransitionCoordinatorContext) |
PresentationStyle |
The presentation style whose transition is being modified. (Inherited from IUIViewControllerTransitionCoordinatorContext) |
TransitionDuration |
The expected duration, in seconds, of the transition, if it is noninteractive. (Inherited from IUIViewControllerTransitionCoordinatorContext) |
Methods
Extension Methods
NotifyWhenInteractionChanges(IUIViewControllerTransitionCoordinator, Action<IUIViewControllerTransitionCoordinatorContext>) |
Registers to be called when the transition changes from interactive to non-interactive or vice versa. |
GetIsInterruptible(IUIViewControllerTransitionCoordinatorContext) |
Whether the IUIViewControllerTransitionCoordinatorContext can interrupt animations. |
GetTransitionViewController(IUIViewControllerTransitionCoordinatorContext, UITransitionViewControllerKind) |
Gets a view controller that controls a transition. |