IUIViewControllerTransitionCoordinatorContext Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Interface qui définit le contexte pour la coordination d’une 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
- Dérivé
- Attributs
- Implémente
Propriétés
CompletionCurve |
UIViewAnimationCurve pour la transition du contrôleur d’affichage. |
CompletionVelocity |
Vitesse d’achèvement de la transition du contrôleur de vue. |
ContainerView |
UIView du conteneur pour l’animation de transition du contrôleur de vue. |
Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de INativeObject) |
InitiallyInteractive |
|
IsAnimated |
|
IsCancelled |
|
IsInteractive |
|
PercentComplete |
Pourcentage d’achèvement d’une transition lorsqu’elle passe à la phase d’achèvement non interactive. |
PresentationStyle |
Style de présentation dont la transition est en cours de modification. |
TransitionDuration |
Durée attendue, en secondes, de la transition, si elle n’est pas interactive. |
Méthodes
GetTransitionViewControllerForKey(NSString) |
Obtient la transition spécifiée par |
GetViewControllerForKey(NSString) |
UIViewController pour l’uiTransitionKey spécifié. |
TargetTransform() |
Retourne la transformation qui décrit la rotation de la transition. |
Méthodes d’extension
GetIsInterruptible(IUIViewControllerTransitionCoordinatorContext) |
Indique si peut IUIViewControllerTransitionCoordinatorContext interrompre les animations. |
GetTransitionViewController(IUIViewControllerTransitionCoordinatorContext, UITransitionViewControllerKind) |
Obtient un contrôleur d’affichage qui contrôle une transition. |